Table of Contents

Property IsKey

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

IsKey

Returns true when the property represents the key used by the MarkupItem's container to store the item in a dictionary. When true, the PropertyDescriptor and DependencyProperty will return null. XAML will emit this as an x:Key attribute.

public virtual bool IsKey { get; }

Property Value

bool