Back to Devexpress

WindowsUIView.TabbedGroupProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-df16d9db.md

latest2.8 KB
Original Source

WindowsUIView.TabbedGroupProperties Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public ITabbedGroupProperties TabbedGroupProperties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property TabbedGroupProperties As ITabbedGroupProperties

Property Value

TypeDescription
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

Properties

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace