Back to Devexpress

LayoutGroupEventArgs Class

windowsforms-devexpress-dot-xtralayout-dot-utils-9d17630a.md

latest2.1 KB
Original Source

LayoutGroupEventArgs Class

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

Declaration

csharp
public class LayoutGroupEventArgs :
    EventArgs
vb
Public Class LayoutGroupEventArgs
    Inherits EventArgs

LayoutGroupEventArgs is the data class for the following events:

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

Object EventArgs LayoutGroupEventArgs LayoutGroupCancelEventArgs

See Also

LayoutGroupEventArgs Members

GroupExpandChanged

TabPageCloseButtonClick

DevExpress.XtraLayout.Utils Namespace