Back to Devexpress

GridCustomizeDataRowEditorEventArgs Class

blazor-devexpress-dot-blazor-449cba56.md

latest1.3 KB
Original Source

GridCustomizeDataRowEditorEventArgs Class

Contains data for the CustomizeDataRowEditor event.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class GridCustomizeDataRowEditorEventArgs :
    GridCustomizeDataRowEditorEventArgsBase

Remarks

Handle the Grid’s CustomizeFilterRowEditor event to customize editors in the filter row. The CustomizeDataRowEditor event allows you to customize editors displayed in data rows, inline, or pop-up edit forms.

Inheritance

Object DevExpress.Blazor.Grid.Internal.GridEventArgsBase DevExpress.Blazor.Grid.Internal.GridEditingEventArgsBase DevExpress.Blazor.Grid.Internal.GridCustomizeDataRowEditorEventArgsBase GridCustomizeDataRowEditorEventArgs

See Also

GridCustomizeDataRowEditorEventArgs Members

DevExpress.Blazor Namespace