Back to Devexpress

TabbedView.DocumentGroupProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-tabbedview-b00b677f.md

latest1.9 KB
Original Source

TabbedView.DocumentGroupProperties Property

Provides access to properties common to all document groups within the current View.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
IDocumentGroupProperties

An IDocumentGroupProperties object that contains settings common to all document groups within the current View.

|

Remarks

The DocumentGroupProperties property allows you to customize properties for all document groups that belong to the current View. To override these settings for individual groups, use the DocumentGroup.Properties object.

See Also

TabbedView Class

TabbedView Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace