Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowHourHand { get; set; }

Property Value

Type Default Description
Boolean true

true, if the hand is visible, otherwise, false.

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