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

VerticalGridTimeEditRow Class

Represents a row used to display and edit time portions of DateTime values.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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.

See Also