OptionsCustomizationForm.DefaultPage Property
In This Article
Gets or sets whether the Hidden Items Tab or Layout Tree View Tab is selected by default.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(CustomizationPage.HiddenItems)]
public CustomizationPage DefaultPage { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Hidden |
A DevExpress. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Default |
---|---|
Layout |
|
See Also