Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[ListBindable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IStackGroupProperties StackGroupProperties { get; }

Property Value

Type Description
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