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

ASPxMenuBase.TextIndent Property

Gets or sets the amount of space between an item‘s left border and text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that is the spacing value.

Remarks

Note that the TextIndent property is not in effect when an item image is specified. In this case, use the AppearanceStyle.ImageSpacing property to specify the spacing between the item image and text.

ASPxMenu-VisualElements-Gutter

See Also