Class IgbCalendarResourceStrings
Inheritance
System.Object
IgbCalendarResourceStrings
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbCalendarResourceStrings : BaseRendererElement, JsonSerializable
Constructors
IgbCalendarResourceStrings()
Declaration
public IgbCalendarResourceStrings()
Properties
EndDate
Declaration
public string EndDate { get; set; }
Property Value
| Type |
Description |
| System.String |
|
NextMonth
Declaration
public string NextMonth { get; set; }
Property Value
| Type |
Description |
| System.String |
|
NextYear
Declaration
public string NextYear { get; set; }
Property Value
| Type |
Description |
| System.String |
|
NextYears
Declaration
public string NextYears { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PreviousMonth
Declaration
public string PreviousMonth { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PreviousYear
Declaration
public string PreviousYear { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PreviousYears
Declaration
public string PreviousYears { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SelectDate
Declaration
public string SelectDate { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SelectedDate
Declaration
public string SelectedDate { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SelectMonth
Declaration
public string SelectMonth { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SelectRange
Declaration
public string SelectRange { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SelectYear
Declaration
public string SelectYear { get; set; }
Property Value
| Type |
Description |
| System.String |
|
StartDate
Declaration
public string StartDate { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
WeekLabel
Declaration
public string WeekLabel { 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
Implements