Skip to main content
Tab

ItemImageSpriteProperties.SelectedTop Property

Gets or sets a selected state image’s vertical offset within a sprite image, specified via a control’s SpriteImageUrl property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit SelectedTop { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure that represents the image’s vertical offset.

See Also