FilterControl.NodeSeparatorHeight Property
Gets or sets the distance between logical expressions.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also