Skip to main content
Tab

DateEditTimeSectionProperties.SecondHandImage Property

Provides access to the settings that define a clock’s second hand image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

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

#Property Value

Type Default Description
ImageProperties String.Empty

An ImageProperties object that contains image settings.

#Remarks

Use the SecondHandImage property to get the image settings of the clock’s second hand. The hand visibility can be specified via the DateEditTimeSectionProperties.ShowSecondHand property.

See Also