Back to Devexpress

TreeListCustomizeDataRowEditorEventArgs Class

blazor-devexpress-dot-blazor-6becabde.md

latest1.3 KB
Original Source

TreeListCustomizeDataRowEditorEventArgs Class

Contains data for the CustomizeDataRowEditor event.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class TreeListCustomizeDataRowEditorEventArgs :
    GridCustomizeDataRowEditorEventArgsBase

Remarks

Handle the TreeList’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 TreeListCustomizeDataRowEditorEventArgs

See Also

TreeListCustomizeDataRowEditorEventArgs Members

DevExpress.Blazor Namespace