Class IgbDockManagerResourceStrings
Describes dock manager resource strings.
Inheritance
System.Object
IgbDockManagerResourceStrings
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDockManagerResourceStrings : BaseRendererElement, JsonSerializable
Constructors
IgbDockManagerResourceStrings()
Declaration
public IgbDockManagerResourceStrings()
Properties
Close
Declaration
public string Close { get; set; }
Property Value
Type |
Description |
System.String |
|
Documents
Declaration
public string Documents { get; set; }
Property Value
Type |
Description |
System.String |
|
Maximize
Declaration
public string Maximize { get; set; }
Property Value
Type |
Description |
System.String |
|
Minimize
Declaration
public string Minimize { get; set; }
Property Value
Type |
Description |
System.String |
|
MoreOptions
Declaration
public string MoreOptions { get; set; }
Property Value
Type |
Description |
System.String |
|
MoreTabs
Declaration
public string MoreTabs { get; set; }
Property Value
Type |
Description |
System.String |
|
Panes
Declaration
public string Panes { get; set; }
Property Value
Type |
Description |
System.String |
|
Pin
Declaration
public string Pin { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Unpin
Declaration
public string Unpin { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements