windowsforms-devexpress-dot-xtralayout-dot-utils-9d17630a.md
Provides data for the LayoutControl.GroupExpandChanged and LayoutControl.TabPageCloseButtonClick events.
Namespace : DevExpress.XtraLayout.Utils
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class LayoutGroupEventArgs :
EventArgs
Public Class LayoutGroupEventArgs
Inherits EventArgs
LayoutGroupEventArgs is the data class for the following events:
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.
Object EventArgs LayoutGroupEventArgs LayoutGroupCancelEventArgs
See Also