Back to Devexpress

VGridOptionsRow.ShowInCustomizationForm Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsrow-44e77e8b.md

latest2.2 KB
Original Source

VGridOptionsRow.ShowInCustomizationForm Property

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

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

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 row’s header is displayed within the Customization Form when the row is hidden; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowInCustomizationForm
BaseRow

.OptionsRow .ShowInCustomizationForm

|

See Also

Visible

AllowMoveToCustomizationForm

VGridOptionsRow Class

VGridOptionsRow Members

DevExpress.XtraVerticalGrid.Rows Namespace