protected override void DisposeManagedResources() { this.view = (CalendarView)null; this.calendar = (RadCalendar)null; this.owner = (CalendarVisualElement)null; base.DisposeManagedResources(); }
protected override void DisposeManagedResources() { this.view = null; this.calendar = null; this.owner = null; base.DisposeManagedResources(); }
internal protected CalendarMultiMonthViewTableElement(CalendarVisualElement owner, RadCalendar calendar, CalendarView view) : base(owner, calendar, view) { this.view = view; this.view.ShowColumnHeaders = false; this.view.ShowRowHeaders = false; this.view.ShowSelector = false; }
public CalendarVisualElement( CalendarVisualElement owner, RadCalendar calendar, CalendarView view) { this.calendar = calendar; this.owner = owner; this.view = view; }
public CalendarCellElement(CalendarVisualElement owner, RadCalendar calendar, CalendarView view, string text) : base(owner, calendar, view) { this.Text = text; // DA SE OPRAVI KLASA NA ELEMENTA! if (owner == null) { base.Calendar = calendar; base.View = view; } }
public CalendarCellElement( CalendarVisualElement owner, RadCalendar calendar, CalendarView view, string text) : base(owner, calendar, view) { this.Text = text; if (owner != null) { return; } this.Calendar = calendar; this.View = view; }
internal protected CalendarHeaderCellElement(CalendarVisualElement owner, string text) : base(owner, text) { }
public CalendarCellElement(CalendarVisualElement owner, string text) : this(owner, null, null, text) { }
public CalendarCellElement(CalendarVisualElement owner) : this(owner, null, null, string.Empty) { }
public CalendarVisualElement(CalendarVisualElement owner) : this(owner, null, null) { }
protected internal CalendarMultiMonthViewTableElement(CalendarVisualElement owner) : this(owner, (RadCalendar)null, (CalendarView)null) { }
public TitleElement(CalendarVisualElement owner, string text) : base(owner, null, null) { this.Text = text; }
internal protected CalendarMultiMonthViewTableElement(CalendarVisualElement owner) : this(owner, null, null) { }
public CalendarCellElement(CalendarVisualElement owner, string text) : this(owner, (RadCalendar)null, (CalendarView)null, text) { }
public CalendarCellElement(CalendarVisualElement owner) : this(owner, (RadCalendar)null, (CalendarView)null, string.Empty) { }
public CalendarVisualElement(CalendarVisualElement owner) : this(owner, (RadCalendar)null, (CalendarView)null) { }