BootstrapGridViewProgressBarColumn Class
Represents a data column with the progress bar editor.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Remarks
BootstrapGridViewProgressBarColumn objects represent data columns whose values are displayed using the progress bar editor, but edited using a spin editor.
The column editor’s settings can be accessed and customized using the BootstrapGridViewProgressBarColumn.PropertiesProgressBar property.
Inheritance
Object
StateManager
CollectionItem
WebColumnBase
GridViewColumn
GridViewDataColumn
BootstrapGridViewDataColumn
BootstrapGridViewEditDataColumn
BootstrapGridViewProgressBarColumn
See Also