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

FilterControl.NodeSeparatorHeight Property

Gets or sets the distance between logical expressions.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(0)]
[SmartTagProperty("Node Separator Height", "")]
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.

FilterControlIndents

See Also