Back to Devexpress

RowProperties.DrawEditorBorder Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-d8ba0e05.md

latest1.5 KB
Original Source

RowProperties.DrawEditorBorder Property

Gets or sets whether to draw borders around row items.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[DefaultValue(null)]
[XtraSerializableProperty]
public virtual bool? DrawEditorBorder { get; set; }
vb
<DefaultValue(Nothing)>
<XtraSerializableProperty>
Public Overridable Property DrawEditorBorder As Boolean?

Property Value

TypeDefaultDescription
Nullable<Boolean>null

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

|

See Also

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace