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

LayoutGroup Class

Represents the base class for regular layout groups.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public class LayoutGroup :
    LayoutItemContainer,
    IGroupBoxButtonsPanelOwner,
    IButtonsPanelOwner,
    IButtonPanelControlAppearanceOwner,
    IAppearanceOwner,
    ISupportXtraAnimation,
    IGroupStyleProvider

Remarks

A regular layout group can display layout items, other groups and tabbed groups within its area. New child items can be added to the group via the LayoutGroup.AddItem, LayoutGroup.AddGroup and LayoutGroup.AddTabbedGroup methods. Existing items can be added to a group via the LayoutGroup.Add and BaseLayoutItem.Move methods.

The LayoutGroup class is abstract, so its instances cannot be created. Use the LayoutControlGroup class instead,

See Also