Back to Devexpress

FilterEditorControl.NodeSeparatorHeight Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-644a190d.md

latest1.5 KB
Original Source

FilterEditorControl.NodeSeparatorHeight Property

Gets or sets the distance between separate logical expressions in the “Visual” panel.

Namespace : DevExpress.DataAccess.UI

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

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 Int32 value that is the distance between logical expressions.

|

Remarks

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

See Also

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace