Skip to main content
A newer version of this page is available. .

BaseLayoutItemHitInfo.IsExpandButton Property

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

Namespace: DevExpress.XtraLayout.HitInfo

Assembly: DevExpress.XtraLayout.v19.1.dll

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