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

DateEditTimeSectionProperties.ClockCellStyle Property

Gets the style settings defining the date edit’s clock cell appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DateEditTimeSectionCellStyle ClockCellStyle { get; }

Property Value

Type Description
DateEditTimeSectionCellStyle

A DateEditTimeSectionCellStyle object that contains style settings.

Remarks

Use the ClockCellStyle property to access style settings that define the time section’s clock cell appearance. You can control the time section visibility via the DateEditTimeSectionProperties.Visible property.

See Also