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

RowProperties.DrawEditorBorder Property

Gets or sets whether to draw borders around row items.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

[DefaultValue(null)]
[XtraSerializableProperty]
public virtual bool? DrawEditorBorder { get; set; }

Property Value

Type Default Description
Nullable<Boolean> *null*

A value that specifies whether to draw borders around row items. The null value is equivalent to false.

See Also