Skip to main content

BaseLayoutItemHitInfo.IsExpandButton Property

Gets whether the test point belongs to a group’s expand button.

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool IsExpandButton { get; }

Property Value

Type Description
Boolean

true if the test point belongs to a group’s expand button; otherwise, false.

See Also