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

DateEditTimeSectionCellStyle Class

Defines style settings for a cell of the time section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class DateEditTimeSectionCellStyle :
    AppearanceItemStyle

The following members return DateEditTimeSectionCellStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapDateEditTimeSectionProperties.ClockCellStyle
BootstrapDateEditTimeSectionProperties.TimeEditCellStyle
ASP.NET Web Forms Controls DateEditTimeSectionProperties.ClockCellStyle
DateEditTimeSectionProperties.TimeEditCellStyle
EditorStyles.DateEditClockCell
EditorStyles.DateEditTimeEditCell

Remarks

The DateEditTimeSectionCellStyle class contains settings that define the style of a section within the date edit time section.

An object of the DateEditTimeSectionCellStyle type can be accessed via the DateEditTimeSectionProperties.ClockCellStyle and DateEditTimeSectionProperties.TimeEditCellStyle properties of a date edit control.

See Also