TreeListCustomizeDataRowEditorEventArgs Class
Contains data for the CustomizeDataRowEditor event.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
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.Internal.GridEventArgsBase
DevExpress.Blazor.Internal.GridEditingEventArgsBase
DevExpress.Blazor.Internal.GridCustomizeDataRowEditorEventArgsBase
TreeListCustomizeDataRowEditorEventArgs
See Also