Skip to main content
Bar

RibbonGalleryBarItem.Down Property

Gets or sets a value indicating whether the button item is pressed down. This member is not supported by the RibbonGalleryBarItem class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool Down { get; set; }

Property Value

Type Description
Boolean

A Boolean value.

Remarks

This member is not supported by the RibbonGalleryBarItem class. The Down property is overridden to hide it at design time.

See Also