WidgetView.StackGroupProperties Property
In This Article
Provides access to the set of properties common to all StackGroups within this WidgetView.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[ListBindable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IStackGroupProperties StackGroupProperties { get; }
#Property Value
Type | Description |
---|---|
IStack |
An IStack |
#Remarks
You can override the StackGroupProperties settings for individual StackGroups via the StackGroup.Properties of these Groups.
See Also