Back to Devexpress

IGrid.EditorRenderMode Property

blazor-devexpress-dot-blazor-dot-igrid-15ab8e0d.md

latest1.5 KB
Original Source

IGrid.EditorRenderMode Property

Specifies how the Grid renders editors in the filter row and in data rows during edit operations.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(GridEditorRenderMode.Integrated)]
GridEditorRenderMode EditorRenderMode { get; set; }

Property Value

TypeDefaultDescription
GridEditorRenderModeIntegrated

The render mode.

|

Available values:

NameDescriptionImage
Detached

The Grid renders standalone editors with borders and paddings between an editor and cell borders.

|

| | Integrated |

The Grid renders editors so that they occupy the entire cell. Editor borders are not displayed.

|

|

Remarks

Refer to the EditorRenderMode property description for additional information and an example.

See Also

IGrid Interface

IGrid Members

DevExpress.Blazor Namespace