Class IgbPaginatorResourceStrings
Inheritance
System.Object
IgbPaginatorResourceStrings
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPaginatorResourceStrings : BaseRendererElement, JsonSerializable
Constructors
IgbPaginatorResourceStrings()
Declaration
public IgbPaginatorResourceStrings()
Properties
Igx_paginator_first_page_button_text
Declaration
public string Igx_paginator_first_page_button_text { get; set; }
Property Value
Type |
Description |
System.String |
|
Igx_paginator_label
Declaration
public string Igx_paginator_label { get; set; }
Property Value
Type |
Description |
System.String |
|
Igx_paginator_last_page_button_text
Declaration
public string Igx_paginator_last_page_button_text { get; set; }
Property Value
Type |
Description |
System.String |
|
Igx_paginator_next_page_button_text
Declaration
public string Igx_paginator_next_page_button_text { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Igx_paginator_pager_text { get; set; }
Property Value
Type |
Description |
System.String |
|
Igx_paginator_previous_page_button_text
Declaration
public string Igx_paginator_previous_page_button_text { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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