Back to Devexpress

WidgetView.StackGroupProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-widgetview-6e0c8aa1.md

latest2.2 KB
Original Source

WidgetView.StackGroupProperties Property

Provides access to the set of properties common to all StackGroups within this WidgetView.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IStackGroupProperties StackGroupProperties { get; }
vb
<ListBindable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property StackGroupProperties As IStackGroupProperties

Property Value

TypeDescription
IStackGroupProperties

An IStackGroupProperties object that stores properties common to all StackGroups within this WidgetView.

|

Remarks

You can override the StackGroupProperties settings for individual StackGroups via the StackGroup.Properties of these Groups.

See Also

Properties

WidgetView Class

WidgetView Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace