Back to Devexpress

RowProperties.CanDrawEditorBorder() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-rowproperties-89abb6e4.md

latest1.6 KB
Original Source

RowProperties.CanDrawEditorBorder() Method

Returns 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
public bool CanDrawEditorBorder()
vb
Public Function CanDrawEditorBorder As Boolean

Returns

TypeDescription
Boolean

A value that specifies whether to draw borders around row items.

|

Remarks

The value returned by the CanDrawEditorBorder method is calculated based on the RowProperties.DrawEditorBorder setting.

See Also

DrawEditorBorder

RowProperties Class

RowProperties Members

DevExpress.XtraVerticalGrid.Rows Namespace