Show / Hide Table of Contents

Class IgbCalendarResourceStrings

Inheritance
System.Object
BaseRendererElement
IgbCalendarResourceStrings
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
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
BaseRendererElement.Type

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
BaseRendererElement.FindByName(String)

FromEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void FromEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)

ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Declaration
protected override void ToEventJson(BaseRendererControl control, Dictionary<string, object> args)
Parameters
Type Name Description
BaseRendererControl control
System.Collections.Generic.Dictionary<System.String, System.Object> args
Overrides
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)

Implements

JsonSerializable