DateEditTimeSectionProperties.HourHandImage Property
In This Article
Provides access to the settings that define a clock hour hand image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
public ImageProperties HourHandImage { get; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
String. |
An Image |
#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