Skip to main content
A newer version of this page is available. .

BootstrapCardViewProgressBarColumn Class

Represents a data column with the progress bar editor.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapCardViewProgressBarColumn :
    BootstrapCardViewEditColumn

Remarks

BootstrapCardViewProgressBarColumn 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 BootstrapCardViewProgressBarColumn.PropertiesProgressBar property.

See Also