Skip to main content

RowProperties.CanDrawEditorBorder() Method

Returns whether to draw borders around row items.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

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