TreeListCustomizeCellEditorEventArgs.FieldName Property
Returns the name of the data field whose editor is being processed.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
String | The field name. |
See Also