Back to Devexpress

WidgetView.DocumentGroup Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-9bd855d2.md

latest1.3 KB
Original Source

WidgetView.DocumentGroup Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public IDocumentGroup DocumentGroup { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property DocumentGroup As IDocumentGroup

Property Value

Type
DevExpress.XtraBars.Docking2010.Views.Widget.IDocumentGroup

See Also

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace