Class JqGridNavigatorDeleteActionOptions
Class which represents options for jqGrid Navigator delete action.
Inheritance
System.Object
JqGridNavigatorDeleteActionOptions
Inherited Members
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Options.Navigator
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public class JqGridNavigatorDeleteActionOptions : JqGridNavigatorModifyActionOptions
Constructors
JqGridNavigatorDeleteActionOptions()
Initializes a new instance of the JqGridNavigatorDeleteActionOptions class.
Declaration
public JqGridNavigatorDeleteActionOptions()
Properties
CancelButtonIcon
Gets or sets the icon for the cancel button.
Declaration
public JqGridFormButtonIcon CancelButtonIcon { get; set; }
Property Value
Type | Description |
---|---|
JqGridFormButtonIcon |
DeleteButtonIcon
Gets or sets the icon for the submit button.
Declaration
public JqGridFormButtonIcon DeleteButtonIcon { get; set; }
Property Value
Type | Description |
---|---|
JqGridFormButtonIcon |