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

NavigationPageDefaultProperties.ShowExpandButton Property

Gets or sets whether or not this NavigationPage should display its expand button.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowExpandButton { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumerator value that specifies whether or not this NavigationPage should display its expand button.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

Page expand buttons are displayed within Navigation Pane containers only.

If the ShowExpandButton property equals DefaultBoolean.Default, the page has the same global behavior as the NavigationPageProperties.ShowExpandButton property sets. Otherwise, the ShowExpandButton property overrides this setting.

See Also