Class IgbCalendarBase
Inheritance
System.Object
IgbCalendarBase
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbCalendarBase : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbCalendarBase()
Declaration
Properties
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
DisabledDates
Gets/Sets the disabled dates for the component.
Declaration
public IgbDateRangeDescriptor[] DisabledDates { get; set; }
Property Value
Locale
Gets/Sets the locale used for formatting and displaying the dates in the component.
Declaration
public string Locale { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ResourceStrings
The resource strings for localization.
Declaration
public IgbCalendarResourceStrings ResourceStrings { get; set; }
Property Value
Selection
Sets the type of selection in the component.
@default single
Declaration
public CalendarSelection Selection { get; set; }
Property Value
ShowWeekNumbers
Whether to show the week numbers.
@default false
Declaration
public bool ShowWeekNumbers { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SpecialDates
Gets/Sets the special dates for the component.
Declaration
public IgbDateRangeDescriptor[] SpecialDates { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
WeekStart
Gets/Sets the first day of the week.
@default sunday
Declaration
public WeekDays WeekStart { get; set; }
Property Value
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
| Type |
Description |
| System.String |
|
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
System.IDisposable