Back to Devexpress

TabPane.PageProperties Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tabpane-6a93a54f.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[SmartTagSearchNestedProperties]
public IBaseNavigationPageProperties PageProperties { get; }
vb
<DXCategory("Layout")>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
<SmartTagSearchNestedProperties>
Public ReadOnly Property PageProperties As IBaseNavigationPageProperties

Property Value

TypeDescription
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

TabPane Class

TabPane Members

DevExpress.XtraBars.Navigation Namespace