Back to Devexpress

TreeListProgressBarColumn Class

aspnet-devexpress-dot-web-dot-aspxtreelist-caf52411.md

latest2.3 KB
Original Source

TreeListProgressBarColumn Class

Represents a data column with the progress bar editor.

Namespace : DevExpress.Web.ASPxTreeList

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class TreeListProgressBarColumn :
    TreeListEditDataColumn
vb
Public Class TreeListProgressBarColumn
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IWebGridColumn

IFilterablePropertyInfo

Inheritance

Object StateManager CollectionItem WebColumnBase TreeListColumn TreeListDataColumn TreeListEditDataColumn TreeListProgressBarColumn

See Also

TreeListProgressBarColumn Members

Tree List

DevExpress.Web.ASPxTreeList Namespace