Back to Devexpress

DocumentGroup.Properties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-documentgroup-475a9b5a.md

latest1.8 KB
Original Source

DocumentGroup.Properties Property

Provides access to the current document group’s properties.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public IDocumentGroupDefaultProperties Properties { get; }
vb
Public ReadOnly Property Properties As IDocumentGroupDefaultProperties

Property Value

TypeDescription
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

DocumentGroup Class

DocumentGroup Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace