Back to Devexpress

TreeListOptionsColumn.AllowMoveToCustomizationForm Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionscolumn-91d6805e.md

latest2.5 KB
Original Source

TreeListOptionsColumn.AllowMoveToCustomizationForm Property

Gets or sets whether end-users can drag the column’s header to the Customization Form.

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowMoveToCustomizationForm { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowMoveToCustomizationForm As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to allow end-users to drag the column’s header to the Customization Form; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowMoveToCustomizationForm
TreeListColumn

.OptionsColumn .AllowMoveToCustomizationForm

|

Remarks

If the AllowMoveToCustomizationForm option is set to false , a column can be hidden only via code by setting its TreeListColumn.VisibleIndex property to -1.

See Also

VisibleIndex

Customization Form

TreeListOptionsColumn Class

TreeListOptionsColumn Members

DevExpress.XtraTreeList.Columns Namespace