Object
Namespace: Radzen.Blazor.Spreadsheet
Assembly: Radzen.Blazor.dll
public sealed class Shortcutpublic Shortcut(string Keys, string Description)
| Type | Name | Description |
|---|---|---|
| string | Keys | |
| string | Description |
public string Description { get; set; }
| Type | Description |
|---|---|
| string |
public string Keys { get; set; }
| Type | Description |
|---|---|
| string |
public void Deconstruct(String& Keys, String& Description)
| Type | Name | Description |
|---|---|---|
| String& | Keys | |
| String& | Description |
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj |
| Type | Description |
|---|---|
| bool |
public bool Equals(Spreadsheet.SpreadsheetShortcutsDialog+Shortcut other)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.SpreadsheetShortcutsDialog+Shortcut | other |
| Type | Description |
|---|---|
| bool |
public override int GetHashCode()
| Type | Description |
|---|---|
| int |
public override string ToString()
| Type | Description |
|---|---|
| string |
public static bool operator !=(Spreadsheet.SpreadsheetShortcutsDialog+Shortcut left, Spreadsheet.SpreadsheetShortcutsDialog+Shortcut right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.SpreadsheetShortcutsDialog+Shortcut | left | |
| Spreadsheet.SpreadsheetShortcutsDialog+Shortcut | right |
| Type | Description |
|---|---|
| bool |
public static bool operator ==(Spreadsheet.SpreadsheetShortcutsDialog+Shortcut left, Spreadsheet.SpreadsheetShortcutsDialog+Shortcut right)
| Type | Name | Description |
|---|---|---|
| Spreadsheet.SpreadsheetShortcutsDialog+Shortcut | left | |
| Spreadsheet.SpreadsheetShortcutsDialog+Shortcut | right |
| Type | Description |
|---|---|
| bool |