Skip to main content
A newer version of this page is available. .

LayoutGroupEventArgs Class

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v19.1.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