Skip to main content
A newer version of this page is available. .
Tab

DateEditTimeSectionProperties.HourHandImage Property

Provides access to the settings that define a clock hour hand image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public ImageProperties HourHandImage { get; }

Property Value

Type Default Description
ImageProperties String.Empty

An ImageProperties object that contains image settings.

Remarks

Use the HourHandImage property to get the image settings of the clock hour hand. The hand visibility can be specified via the DateEditTimeSectionProperties.ShowHourHand property.

See Also