Class CommandModel
Define options for command buttons.
Inheritance
System.Object
CommandModel
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class CommandModel : Object
Constructors
CommandModel()
Declaration
public CommandModel()
Properties
ButtonOption
Define the button model.
Declaration
public CommandButtonOptions ButtonOption { get; set; }
Property Value
Type |
---|
CommandButtonOptions |
ID
Define the command button ID.
Declaration
public string ID { get; set; }
Property Value
Type |
---|
System.String |
Title
Define the command Button tooltip.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
Type
Define the command Button type.
Declaration
public CommandButtonType Type { get; set; }
Property Value
Type |
---|
CommandButtonType |
Uid
Defines the command button Uid.
Declaration
public string Uid { get; }
Property Value
Type |
---|
System.String |