Back to Devexpress

OptionsCustomizationForm.DefaultPage Property

windowsforms-devexpress-dot-xtralayout-dot-optionscustomizationform-ca54b702.md

latest1.9 KB
Original Source

OptionsCustomizationForm.DefaultPage Property

Gets or sets whether the Hidden Items Tab or Layout Tree View Tab is selected by default.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(CustomizationPage.HiddenItems)]
public CustomizationPage DefaultPage { get; set; }
vb
<DefaultValue(CustomizationPage.HiddenItems)>
Public Property DefaultPage As CustomizationPage

Property Value

TypeDefaultDescription
DevExpress.XtraLayout.CustomizationPageHiddenItems

A DevExpress.XtraLayout.CustomizationPage enumeration value, such as HiddenItems or LayoutTreeView , that specifies whether the Hidden Items Tab or Layout Tree View Tab is selected by default.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DefaultPage
LayoutControl

.OptionsCustomizationForm .DefaultPage

|

See Also

Customization Form - Layout Control

OptionsCustomizationForm Class

OptionsCustomizationForm Members

DevExpress.XtraLayout Namespace