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

VerticalGridCheckRow Class

Represents a Boolean row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class VerticalGridCheckRow :
    VerticalGridEditDataRow

Remarks

VerticalGridCheckRow objects are rows used to display data from Boolean data fields. The row editor’s settings can be accessed and customized using the VerticalGridCheckRow.PropertiesCheckEdit property.

To learn more, see Data Rows.

See Also