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

VerticalGridDateRow Class

Represents a data row used to display DateTime values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class VerticalGridDateRow :
    VerticalGridEditDataRow,
    IDateEditIDResolver

Remarks

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

To learn more, see Data Rows.

See Also