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

DocumentGroup.Properties Property

Provides access to the current document group’s properties.

Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public IDocumentGroupDefaultProperties Properties { get; }

Property Value

Type Description
IDocumentGroupDefaultProperties

An IDocumentGroupDefaultProperties object that contains the current document group’s properties.

Remarks

To customize properties for all document groups, use the TabbedView.DocumentGroupProperties object. The Properties object allows you to override these settings for individual document groups.

See Also