Skip to main content
A newer version of this page is available. .

WindowsUIView.TabbedGroupProperties Property

Provides access to properties common to all TabbedGroup containers within this WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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