WindowsUIView.TabbedGroupProperties Property
Provides access to properties common to all TabbedGroup containers within this WindowsUIView.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ITabbedGroupProperties TabbedGroupProperties { get; }
Property Value
Type | Description |
---|---|
ITabbedGroupProperties | An ITabbedGroupProperties object that stores properties common to all TabbedGroup containers within this WindowsUIView. |
Remarks
The TabbedGroupProperties property provides access to the ITabbedGroupProperties object that stores properties common to all TabbedGroup containers within this WindowsUIView. If you want to override these properties for individual TabbedGroup containers, use the TabbedGroup.Properties property instead.
See Also