Skip to main content

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.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

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
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
Windows.UI.Xaml.Controls.ItemsControl
DevExpress.UI.Xaml.Layout.VisualElements.veItemsControl
veHeaderedItemsControl
HeaderedItemsContainer
DevExpress.UI.Xaml.Layout.LayoutAwareHeaderedItemsContainer
See Also