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

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.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IDocumentGroupProperties DocumentGroupProperties { get; }

Property Value

Type Description
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