Back to Devexpress

TreeListOptionsColumn.ShowInCustomizationForm Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionscolumn-f23b0fcc.md

latest2.3 KB
Original Source

TreeListOptionsColumn.ShowInCustomizationForm Property

Gets or sets whether the column’s header is displayed within the Customization Form when the column is hidden.

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 ShowInCustomizationForm { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowInCustomizationForm As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the column’s header is displayed within the Customization Form when the column is hidden; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowInCustomizationForm
TreeListColumn

.OptionsColumn .ShowInCustomizationForm

|

See Also

AllowMoveToCustomizationForm

CustomizationCaption

Customization Form

TreeListOptionsColumn Class

TreeListOptionsColumn Members

DevExpress.XtraTreeList.Columns Namespace