DateEditTimeSectionProperties.ShowHourHand Property
Gets or sets a value that specifies whether the hour hand is displayed on the clock.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the ShowHourHand property to specify whether the hour hand is visible on the clock. The hour hand image can be specified via the DateEditTimeSectionProperties.HourHandImage property.
The visibility of minute and second hands can be controlled by the DateEditTimeSectionProperties.ShowMinuteHand and DateEditTimeSectionProperties.ShowSecondHand properties respectively.
See Also