Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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
DataLayoutControl
LayoutControl
See Also