Class CommandModel
Define options for command buttons.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class CommandModel
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 |
|---|
| string |
Title
Define the command Button tooltip.
Declaration
public string? Title { get; set; }
Property Value
| Type |
|---|
| 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 |
|---|
| string |