Skip to main content
All docs
V20.1

FilterEditorControl.NodeSeparatorHeight Property

Gets or sets the distance between logical expressions.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

Declaration

[DXCategory("Appearance")]
[DefaultValue(0)]
public int NodeSeparatorHeight { get; set; }

Property Value

Type Default Description
Int32 0

An integer value which specifies the distance between logical expressions, in pixels.

Remarks

Assigning values less than 0 or greater than 10 automatically sets the NodeSeparatorHeight property to 0 or 10 respectively.

FilterEditorControlIndents

See Also