Skip to main content

DataLayoutControlAutoGeneratedGroupEventArgs.Group Property

Gets the group that has been generated.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public LayoutGroup Group { get; }

#Property Value

Type Description
LayoutGroup

A LayoutGroup object that has been generated.

See Also