Back to Devexpress

StackGroup Class

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-384a25dd.md

latest2.9 KB
Original Source

StackGroup Class

A Group within a WidgetView that stores Documents.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class StackGroup :
    BaseRelativeLengthElement,
    IDocumentGroup,
    IDXAccessibleOwner
vb
Public Class StackGroup
    Inherits BaseRelativeLengthElement
    Implements IDocumentGroup,
               IDXAccessibleOwner

The following members return StackGroup objects:

Remarks

Stack Groups are arranged one below the other or side-by-side depending on the WidgetView.Orientation property value. In the image below, the Widget View is oriented Vertically and contains 3 Stack Groups, each arranging its Documents in a single column.

Stack Groups can either occupy the predefined length, or dynamically resize to the available space. This behavior depends on the Length property.

You can modify a Group’s settings via the StackGroup.Properties property. Alternatively, use the WidgetView.StackGroupProperties property to specify properties common to all Stack Groups within the View.

See the Widget View topic for details.

Inheritance

Object MarshalByRefObject Component BaseComponent BaseRelativeLengthElement StackGroup

See Also

StackGroup Members

Widget View

DevExpress.XtraBars.Docking2010.Views.Widget Namespace