Skip to main content
Tab

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

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