Class SectionColumnsDialogAttribute
Attribute which indicates that the dialog is SectionColumnsDialog.
Inheritance
System.Object
SectionColumnsDialogAttribute
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class SectionColumnsDialogAttribute : ExportAttribute
Constructors
SectionColumnsDialogAttribute()
Initialize a new instance of the SectionColumnsDialogAttribute class.
Declaration
public SectionColumnsDialogAttribute()
Properties
IsDefault
Indicates whether the dialog is the default dialog.
Declaration
public bool IsDefault { get; protected set; }
Property Value
System.Boolean
|