DateEditTimeSectionProperties.ShowMinuteHand Property
Gets or sets a value that specifies whether the minute 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 ShowMinuteHand property to specify whether the minute hand is visible on the clock. The minute hand image can be specified via the DateEditTimeSectionProperties.MinuteHandImage property.
Visibility of hour and second hands can be controlled by the DateEditTimeSectionProperties.ShowHourHand and DateEditTimeSectionProperties.ShowSecondHand properties respectively.
See Also