DateEditTimeSectionProperties.ClockCellStyle Property
In This Article
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 |
---|---|
Date |
A Date |
#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