Back to Devexpress

LayoutGroupEventArgs.Group Property

windowsforms-devexpress-dot-xtralayout-dot-utils-dot-layoutgroupeventargs.md

latest1.2 KB
Original Source

LayoutGroupEventArgs.Group Property

Gets the group currently being processed.

Namespace : DevExpress.XtraLayout.Utils

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public LayoutGroup Group { get; }
vb
Public ReadOnly Property Group As LayoutGroup

Property Value

TypeDescription
LayoutGroup

A LayoutGroup object that refers to the group currently being processed.

|

See Also

LayoutGroupEventArgs Class

LayoutGroupEventArgs Members

DevExpress.XtraLayout.Utils Namespace