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

LayoutGroupEventArgs Class

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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