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

MenuStyle.TextIndent Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.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.

Property Paths

You can access this nested property as listed below:

Object Type Path to TextIndent
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.TextIndent

Remarks

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

ASPxMenu-VisualElements-Gutter

See Also