RowProperties.DrawEditorBorder Property
In This Article
Gets or sets whether to draw borders around row items.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#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