Table of Contents

Property IsValueAsString

Namespace
Alternet.UI.Markup
Assembly
Alternet.UI.dll

IsValueAsString

Returns true when this property represents the text to pass to the type's ValueConverter to create an instance instead of using a constructor. When true, PropertyDescriptor and DependencyProperty are both null. If a property is provided through MarkupItem.Properties that has this value set to true it is the only property the type will provide.

public virtual bool IsValueAsString { get; }

Property Value

bool