Skip to main content
Tab

DateEditTimeSectionCellStyle Class

Defines style settings for a cell of the time section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DateEditTimeSectionCellStyle :
    AppearanceItemStyle

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