Skip to main content
Tab

DateEditTimeSectionProperties.ClockCellStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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