Skybound Rebar

RebarBand.HasChevron Property

Gets or sets a value that specifies whether a chevron button will be displayed for the band.

[Visual Basic]
Public Property HasChevron As Boolean
[C#]
public bool HasChevron {get; set;}

Property Value

true if a chevron button will be displayed for a band; otherwise, false.

Remarks

A chevron button is displayed at the edge of a band when its buttons extend beyond the current width of the band. When the user clicks on the chevron button, a menu is displayed that contains the hidden buttons, making those buttons always accessible even when the band is too small.

You can customize the behavior of the chevron button by handling the ChevronClick event.

In left-to-right layouts, the chevron button appears at the right edge of the band. In right-to-left layouts, it appears at the left edge.

See Also

RebarBand Class | Skybound.Rebar Namespace