Back to Devexpress

StackGroup.Properties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-stackgroup-da93a1ef.md

latest2.2 KB
Original Source

StackGroup.Properties Property

Provides access to this StackGroup‘s properties.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public IStackGroupDefaultProperties Properties { get; }
vb
Public ReadOnly Property Properties As IStackGroupDefaultProperties

Property Value

TypeDescription
IStackGroupDefaultProperties

An IStackGroupDefaultProperties object that stores properties for this StackGroup.

|

Remarks

The Properties property stores a set of properties for the specific StackGroup. You can also set properties common to all StackGroups within a WidgetView via the WidgetView.StackGroupProperties property. The individual properties set overrides the set of properties common to all Groups.

See Also

StackGroupProperties

StackGroup Class

StackGroup Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace