Class CheckBoxPropertiesDialogAttribute
Inheritance
System.Object
CheckBoxPropertiesDialogAttribute
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public abstract class CheckBoxPropertiesDialogAttribute : ExportAttribute
Constructors
CheckBoxPropertiesDialogAttribute()
Declaration
public CheckBoxPropertiesDialogAttribute()
Properties
IsDefault
Declaration
public bool IsDefault { get; protected set; }
Property Value
System.Boolean
|