Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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