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

VerticalGridProgressBarRow Class

Represents a row with the progress bar editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class VerticalGridProgressBarRow :
    VerticalGridEditDataRow

Remarks

VerticalGridProgressBarRow objects are rows whose values are displayed using the progress bar editor, but edited using a spin editor.

The row editor’s settings can be accessed and customized using the VerticalGridProgressBarRow.PropertiesProgressBar property.

To learn more, see Data Rows.

See Also