StepProgressBar.Appearance Property
Use the StepProgressBar.Appearances property instead.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override AppearanceObject Appearance { get; }
Property Value
Type | Description |
---|---|
AppearanceObject | This property is hidden. Use the StepProgressBar.Appearances property instead. |
See Also