Back to Devexpress

VerticalGridProgressBarRow Class

aspnet-devexpress-dot-web-78488d20.md

latest2.4 KB
Original Source

VerticalGridProgressBarRow Class

Represents a row with the progress bar editor.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

IFilterablePropertyInfo

IWebGridDataColumn

IWebGridColumn

Inheritance

Object StateManager CollectionItem WebColumnBase VerticalGridRow VerticalGridHierarchicalRow VerticalGridDataRow VerticalGridEditDataRow VerticalGridProgressBarRow

See Also

VerticalGridProgressBarRow Members

DevExpress.Web Namespace