Skip to main content

FilterControl.NodeSeparatorHeight Property

Gets or sets the distance between logical expressions.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
[DXCategory("Appearance")]
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