Skip to main content

FilterEditorControl.LevelIndent Property

Gets or sets the horizontal offset for individual logical expressions inside the “Visual” panel.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

[DefaultValue(20)]
[DXCategory("Appearance")]
public int LevelIndent { get; set; }

Property Value

Type Default Description
Int32 20

An Int32 value that is the horizontal offset.

Remarks

Level indent cannot be less than 0 and greater than 100.

FilterEditorControlIndents

See Also