Back to Devexpress

FilterControl.NodeSeparatorHeight Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-12f89158.md

latest1.4 KB
Original Source

FilterControl.NodeSeparatorHeight Property

Gets or sets the distance between logical expressions.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int320

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.

See Also

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace