Skip to content

DXProgressBarControl

DevXpress ProgressBarControl.

UI element class: DevExpress.XtraEditors.ProgressBarControl

Extends ManagedObject

Extends SeSSimulatedObject

Behavior Pattern: DXProgressBarControlBehavior

Property Summary

Property Description Getter Setter
MaxValue Maximum value of the object or 'false' if value can't be read. GetMaxValue SetMaxValue
MinValue Minimum value of the object or 'false' if value can't be read. GetMinValue SetMinValue
Value Value of the object. GetValue SetValue

Property Detail

MaxValue

Maximum value of the object or 'false' if value can't be read.

Type: number|boolean

Accessors: GetMaxValue, SetMaxValue

value = SeS('SomeDXProgressBarControl').GetMaxValue()

SeS('SomeDXProgressBarControl').SetMaxValue(value)

MinValue

Minimum value of the object or 'false' if value can't be read.

Type: number|boolean

Accessors: GetMinValue, SetMinValue

value = SeS('SomeDXProgressBarControl').GetMinValue()

SeS('SomeDXProgressBarControl').SetMinValue(value)

Value

Value of the object.

Type: number

Accessors: GetValue, SetValue

value = SeS('SomeDXProgressBarControl').GetValue()

SeS('SomeDXProgressBarControl').SetValue(value)