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

TabbedGroup.Properties Property

Provides access to this TabbedGroup object’s advanced settings.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Properties")]
public ITabbedGroupDefaultProperties Properties { get; }

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