LayoutGroupEventArgs.Group Property
In This Article
Gets the group currently being processed.
Namespace: DevExpress.XtraLayout.Utils
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public LayoutGroup Group { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
See Also