Back to Devexpress

BaseOptionsCustomization.ShowCategoriesInCustomizationForm Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-baseoptionscustomization-72ee95b8.md

latest2.3 KB
Original Source

BaseOptionsCustomization.ShowCategoriesInCustomizationForm Property

Gets or sets whether to display the Categories tab in the default Customization Form.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to display the Categories tab in the default Customization Form; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowCategoriesInCustomizationForm
VGridControlBase

.OptionsCustomization .ShowCategoriesInCustomizationForm

|

Remarks

The Categories tab displays category headers. This tab contains two buttons ( New… and Delete ) that allow users to add and remove categories:

See Also

BaseOptionsCustomization Class

BaseOptionsCustomization Members

DevExpress.XtraVerticalGrid Namespace