TabbedGroup.Properties Property
Provides access to this TabbedGroup object’s advanced settings.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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