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

ItemImageSpriteProperties.DisabledLeft Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

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

Remarks

<dx:ASPxHtmlEditor ID="ASPxHtmlEditor1" runat="server">
    <Images>
        <ToolbarPopOut AlternateText="text">
            <SpriteProperties CssClass="test_class1" DisabledLeft="190px" Left="90px" />
        </ToolbarPopOut>
    </Images>
</dx:ASPxHtmlEditor>

Concept

Using Custom CSS Sprites

See Also