Back to Devexpress

FilterEditorControl.LevelIndent Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-1c243d84.md

latest1.4 KB
Original Source

FilterEditorControl.LevelIndent Property

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

Namespace : DevExpress.DataAccess.UI

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

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
[DefaultValue(20)]
[DXCategory("Appearance")]
public int LevelIndent { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(20)>
Public Property LevelIndent As Integer

Property Value

TypeDefaultDescription
Int3220

An Int32 value that is the horizontal offset.

|

Remarks

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

See Also

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace