BaseCalendar
Class
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
C#
public class BaseCalendar : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlBaseCalendar
Derived Classes:
Inherited Members
Constructors
C#
public BaseCalendar()
Properties
C#
public bool AutoPostBack { get; set; }
C#
public override string ClientSideLocator { get; }
Overrides:
C#
public bool EnableMonthYearFastNavigation { get; set; }
C#
public bool EnableMultiSelect { get; set; }
C#
public bool EnableViewSelector { get; }
C#
public int FastNavigationStep { get; set; }
C#
public DateTime FocusedDate { get; }
C#
public bool IsMultiMonth { get; }
C#
public override IFindExpression LocatorExpression { get; }
Overrides:
C#
public int MultiMonthCount { get; }
C#
public int MultiViewColumns { get; }
C#
public int MultiViewRows { get; }
C#
public bool PopupVisible { get; }
C#
public CalendarPresentationType PresentationType { get; set; }
C#
public DateTime RangeMaxDate { get; }
C#
public DateTime RangeMinDate { get; }
C#
public RangeSelectionModes RangeSelectionMode { get; }
C#
public RenderMode RenderMode { get; }
C#
public SelectedDateCollection SelectedDates { get; }
C#
public int SingleViewColumnsCount { get; }
C#
public int SingleViewRowsCount { get; }
C#
public bool UseColumnHeadersAsSelectors { get; set; }
C#
public bool UseRowHeadersAsSelectors { get; set; }
Methods
C#
public void FastNext()
C#
public void FastPrevious()
C#
public void Next()
C#
public void Previous()
C#
public void ViewSelectorClick()