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
DisabledDates
Gets/sets disabled dates.
Declaration
public IgbDateRangeDescriptor[] DisabledDates { get; set; }
Property Value
Locale
Sets the locale used for formatting and displaying the dates in the calendar.
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Selection
Sets the type of date selection.
Declaration
public CalendarBaseSelection Selection { get; set; }
Property Value
ShowWeekNumbers
Show/hide the week numbers.
Declaration
public bool ShowWeekNumbers { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SpecialDates
Declaration
public IgbDateRangeDescriptor[] SpecialDates { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
WeekStart
Sets the start day of the week.
Declaration
public CalendarBaseWeekStart 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
Implements
System.IDisposable