Class MonthlyRecurrenceSettings
Inheritance
System.Object
MonthlyRecurrenceSettings
Namespace: Telerik.WinControls.UI.Scheduler.Dialogs
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class MonthlyRecurrenceSettings : UserControl, IRecurrenceRuleSettingsControl, IThemeContextDialog
Constructors
MonthlyRecurrenceSettings()
Declaration
public MonthlyRecurrenceSettings()
MonthlyRecurrenceSettings(ISchedulerData)
Declaration
public MonthlyRecurrenceSettings(ISchedulerData schedulerData)
Parameters
ISchedulerData
schedulerData
|
Fields
comboBoxWeekdays
comboBoxWeekNumber
labelDayOfMonth
labelMonths1
labelMonths2
labelWeekOfMonth
radioDayOfMonth
radioWeekOfMonth
spinDayNumber
spinInterval1
spinInterval2
Methods
CanShowRecurrenceRule(RecurrenceRule)
Declaration
public bool CanShowRecurrenceRule(RecurrenceRule recurrenceRule)
Parameters
RecurrenceRule
recurrenceRule
|
Returns
System.Boolean
|
Implements
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
GetRecurrenceRule()
IsValidRecurrenceRule()
Declaration
public bool IsValidRecurrenceRule()
Returns
System.Boolean
|
Implements
LoadWeekDaysInCombo(RadDropDownList, ISchedulerData)
Declaration
public static void LoadWeekDaysInCombo(RadDropDownList comboBox, ISchedulerData data)
Parameters
RadDropDownList
comboBox
|
ISchedulerData
data
|
LoadWeekNumbersInCombo(RadDropDownList)
Declaration
public static void LoadWeekNumbersInCombo(RadDropDownList comboBox)
Parameters
RadDropDownList
comboBox
|
LocalizeControl()
Declaration
protected virtual void LocalizeControl()
ShowRecurrenceRule(RecurrenceRule, CultureInfo)
Declaration
public void ShowRecurrenceRule(RecurrenceRule recurrenceRule, CultureInfo culture)
Parameters
RecurrenceRule
recurrenceRule
|
System.Globalization.CultureInfo
culture
|