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

TreeListProgressBarColumn Class

Represents a data column with the progress bar editor.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class TreeListProgressBarColumn :
    TreeListEditDataColumn

Remarks

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

See Also