Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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