IDocumentGroupDefaultProperties Interface
Contains properties for an individual document group.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public interface IDocumentGroupDefaultProperties :
IBaseDefaultProperties,
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Related API Members
The following members return IDocumentGroupDefaultProperties objects:
Remarks
The IDocumentGroupDefaultProperties interface contains settings for an individual document group within a TabbedView. These settings can be accessed via the DocumentGroup.Properties property. To access the settings common to all document groups, use the TabbedView.DocumentGroupProperties property. Settings for an individual document group override settings common to all document groups.
To access individual document groups, use the TabbedView.DocumentGroups property: