DateEditTimeSectionProperties.MinuteHandImage Property
In This Article
Provides access to the settings that define a clock minute hand image.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
public ImageProperties MinuteHandImage { get; }
#Property Value
Type | Default | Description |
---|---|---|
Image |
String. |
An Image |
#Remarks
Use the MinuteHandImage property to get an image settings of the clock minute hand. Hand visibility can be specified via the DateEditTimeSectionProperties.ShowMinuteHand property.
See Also