Skip to main content

LayoutGroupEventArgs Class

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v24.2.dll

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