Back to Devexpress

GridColumn.CanShowInAdvancedCustomizationForm Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumn-747fbbb4.md

latest2.2 KB
Original Source

GridColumn.CanShowInAdvancedCustomizationForm Property

Gets whether the column can be shown in the advanced customization form.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public virtual bool CanShowInAdvancedCustomizationForm { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property CanShowInAdvancedCustomizationForm As Boolean

Property Value

TypeDescription
Boolean

true if the column can be shown in the advanced customization form; otherwise, false.

|

Remarks

The CanShowInAdvancedCustomizationForm property returns false in the following cases:

See Also

GridColumn Class

GridColumn Members

DevExpress.XtraGrid.Columns Namespace