Back to Devexpress

TabbedGroup.Properties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-tabbedgroup.md

latest2.4 KB
Original Source

TabbedGroup.Properties Property

Provides access to this TabbedGroup object’s advanced settings.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
public ITabbedGroupDefaultProperties Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As ITabbedGroupDefaultProperties

Property Value

TypeDescription
ITabbedGroupDefaultProperties

An ITabbedGroupDefaultProperties object that stores settings for this TabbedGroup.

|

Remarks

Properties, stored within the ITabbedGroupDefaultProperties object, override corresponding properties common to all TabbedGroups within a WindowsUIView. To specify these common properties, use the WindowsUIView.TabbedGroupProperties property instead.

See Also

TabbedGroupProperties

TabbedGroup Class

TabbedGroup Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace