Skip to main content
A newer version of this page is available.
All docs
V19.2

FilterEditorControl.NodeSeparatorHeight Property

Gets or sets the distance between logical expressions.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.2.dll

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