StepProgressBar.Enabled Property
Use the AllowUserInteraction property instead.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also