DocumentGroup.Properties Property
In This Article
Provides access to the current document group’s properties.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public IDocumentGroupDefaultProperties Properties { get; }
#Property Value
Type | Description |
---|---|
IDocument |
An IDocument |
#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