Class DropDownEditCellParams
Defines edit params for in-built dropdownlist.
Inheritance
System.Object
DropDownEditCellParams
Implements
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class DropDownEditCellParams : Object, IEditorSettings
Constructors
DropDownEditCellParams()
Declaration
public DropDownEditCellParams()
Properties
Params
Specifies the params of the dropdownlist.
Declaration
public DropDownListModel<object, object> Params { get; set; }
Property Value
Type |
---|
DropDownListModel<System.Object, System.Object> |