DocumentGroup.Properties Property
Provides access to the current document group’s properties.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation
Declaration
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