Skip to main content
Bar

StateAppearances.Pressed Property

Specifies appearance settings used to paint an object when it’s clicked.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual AppearanceObject Pressed { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object containing appearance settings used to paint an object when it’s clicked.

See Also