RowProperties.CanDrawEditorBorder() Method
Returns whether to draw borders around row items.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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