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

LayoutGroupBase Class

The base class for controls arranging their items either horizontally or vertically and supporting various layout options.

Namespace: DevExpress.UI.Xaml.Layout.Base

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

[TemplatePart(Name = "PART_Header", Type = typeof(LayoutGroupHeader))]
[StyleTypedProperty(Property = "HeaderStyle", StyleTargetType = typeof(LayoutGroupHeader))]
public class LayoutGroupBase :
    LayoutAwareHeaderedItemsContainer,
    IHeadersAlignmentScope,
    IItemSizeModeProvider,
    ILayoutGroupPaddingManagerOwner

Inheritance

Show 13 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ItemsControl
DevExpress.UI.Xaml.Layout.VisualElements.veItemsControl
veHeaderedItemsControl
HeaderedItemsContainer
DevExpress.UI.Xaml.Layout.LayoutAwareHeaderedItemsContainer
See Also