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

RecentPinItem.IsSelected Property

Returns whether or not this RecentPinItem is currently selected (pressed).

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
[DXCategory("Behavior")]
public bool IsSelected { get; }

Property Value

Type Description
Boolean

true, if this RecentPinItem is currently selected (pressed); otherwise, false.

See Also