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

TabPane.PageProperties Property

Provides access to properties that manage settings shared among all navigation pages owned by this TabPane control.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Layout")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[SmartTagSearchNestedProperties]
public IBaseNavigationPageProperties PageProperties { get; }

Property Value

Type Description
DevExpress.XtraBars.Navigation.IBaseNavigationPageProperties

A DevExpress.XtraBars.Navigation.IBaseNavigationPageProperties object that stores settings shared among all navigation pages owned by this TabPane control.

See Also