VerticalGridDateRow Class
In This Article
Represents a data row used to display DateTime values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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.
#Implements
#Inheritance
See Also