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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(CustomizationPage.HiddenItems)]
public CustomizationPage DefaultPage { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraLayout.CustomizationPage | HiddenItems | 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 Type | Path to DefaultPage |
---|---|
LayoutControl |
|
See Also