VerticalGridTimeEditRow Class
In This Article
Represents a row used to display and edit time portions of DateTime values.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class VerticalGridTimeEditRow :
VerticalGridEditDataRow
#Remarks
VerticalGridTimeEditRow objects represent rows used to display and edit time portions of data taken from DateTime data fields. The row editor’s settings can be accessed and customized using the VerticalGridTimeEditRow.PropertiesTimeEdit property.
#Implements
#Inheritance
See Also