Back to Devexpress

BaseLayoutItem.IsGroup Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-10672c09.md

latest1.3 KB
Original Source

BaseLayoutItem.IsGroup Property

Gets whether the current layout item represents a Layout Group.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsGroup { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsGroup As Boolean

Property Value

TypeDescription
Boolean

true if the layout item represents a Layout Group; otherwise, false.

|

Remarks

This property returns true if the curent item represents a LayoutGroup object or its descendant. Otherwise, this property returns false.

See Also

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace