Skip to main content

LayoutGroupEventArgs Class

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public class LayoutGroupEventArgs :
    EventArgs

Remarks

The LayoutGroupEventArgs class provides data for notification events that fire when a layout group is affected. While handling these events, use the LayoutGroupEventArgs.Group property to get the group currently being processed.

Inheritance

See Also