VerticalGridCheckRow Class
In This Article
Represents a Boolean row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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.
#Implements
#Inheritance
See Also