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

RowProperties.CanDrawEditorBorder() Method

Returns whether to draw borders around row items.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public bool CanDrawEditorBorder()

Returns

Type Description
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