StateAppearances.Pressed Property
In This Article
Specifies appearance settings used to paint an object when it’s clicked.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual AppearanceObject Pressed { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
See Also