Class AbstractUnboundCalendarEditControlBindingModel<TView, TViewModel, TControl>
- Assembly
- Whipstaff.Wpf.Syncfusion.SfDiagram.dll
A class that contains Viewmodel bindings for the Syncfusion.Windows.Shared.CalendarEdit control.
public abstract class AbstractUnboundCalendarEditControlBindingModel<TView, TViewModel, TControl> : AbstractUnboundControlControlBindingModel<TView, TViewModel, TControl>, IControlBindingModel<TView, TViewModel> where TView : class, IViewFor<TViewModel> where TViewModel : class, IReactiveObject where TControl : CalendarEdit
Type Parameters
TView
TViewModel
TControl
- Inheritance
-
AbstractControlBindingModel<TView, TViewModel, TControl>AbstractUnboundUIElementControlBindingModel<TView, TViewModel, TControl>AbstractUnboundFrameworkElementControlBindingModel<TView, TViewModel, TControl>AbstractUnboundControlControlBindingModel<TView, TViewModel, TControl>AbstractUnboundCalendarEditControlBindingModel<TView, TViewModel, TControl>
- Implements
-
IControlBindingModel<TView, TViewModel>
- Derived
- Inherited Members
Constructors
AbstractUnboundCalendarEditControlBindingModel(Expression<Func<TView, TControl>>)
Initializes a new instance of the AbstractUnboundCalendarEditControlBindingModel<TView, TViewModel, TControl> class.
protected AbstractUnboundCalendarEditControlBindingModel(Expression<Func<TView, TControl>> viewExpression)
Parameters
viewExpression
Expression<Func<TView, TControl>>expression representing the control on the view to bind to.
Properties
AllowMultiplySelection
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.AllowMultiplySelection
public IOneOrTwoWayBind<TViewModel, bool>? AllowMultiplySelection { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
AllowSelection
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.AllowSelection
public IOneOrTwoWayBind<TViewModel, bool>? AllowSelection { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
BlackoutDates
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.BlackoutDates
public IOneOrTwoWayBind<TViewModel, BlackDatesCollection>? BlackoutDates { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, BlackDatesCollection>
BlackoutDatesBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.BlackoutDatesBackground
public IOneOrTwoWayBind<TViewModel, Brush>? BlackoutDatesBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
BlackoutDatesBorderBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.BlackoutDatesBorderBrush
public IOneOrTwoWayBind<TViewModel, Brush>? BlackoutDatesBorderBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
BlackoutDatesCrossBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.BlackoutDatesCrossBrush
public IOneOrTwoWayBind<TViewModel, Brush>? BlackoutDatesCrossBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
BlackoutDatesForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.BlackoutDatesForeground
public IOneOrTwoWayBind<TViewModel, Brush>? BlackoutDatesForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
Calendar
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.Calendar
public IOneOrTwoWayBind<TViewModel, Calendar>? Calendar { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Calendar>
ChangeModeTime
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.ChangeModeTime
public IOneOrTwoWayBind<TViewModel, int>? ChangeModeTime { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, int>
Culture
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.Culture
public IOneOrTwoWayBind<TViewModel, CultureInfo>? Culture { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, CultureInfo>
Date
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.Date
public IOneOrTwoWayBind<TViewModel, DateTime>? Date { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, DateTime>
DateDataTemplates
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.DateDataTemplates
public IOneOrTwoWayBind<TViewModel, DataTemplatesDictionary>? DateDataTemplates { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, DataTemplatesDictionary>
DateStyles
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.DateStyles
public IOneOrTwoWayBind<TViewModel, StylesDictionary>? DateStyles { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, StylesDictionary>
DayCellsDataTemplate
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.DayCellsDataTemplate
public IOneOrTwoWayBind<TViewModel, DataTemplate>? DayCellsDataTemplate { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, DataTemplate>
DayCellsDataTemplateSelector
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.DayCellsDataTemplateSelector
public IOneOrTwoWayBind<TViewModel, DataTemplateSelector>? DayCellsDataTemplateSelector { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, DataTemplateSelector>
DayCellsStyle
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.DayCellsStyle
public IOneOrTwoWayBind<TViewModel, Style>? DayCellsStyle { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Style>
DayNameCellsDataTemplate
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.DayNameCellsDataTemplate
public IOneOrTwoWayBind<TViewModel, DataTemplate>? DayNameCellsDataTemplate { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, DataTemplate>
DayNameCellsDataTemplateSelector
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.DayNameCellsDataTemplateSelector
public IOneOrTwoWayBind<TViewModel, DataTemplateSelector>? DayNameCellsDataTemplateSelector { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, DataTemplateSelector>
DayNameCellsStyle
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.DayNameCellsStyle
public IOneOrTwoWayBind<TViewModel, Style>? DayNameCellsStyle { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Style>
DisableDateSelection
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.DisableDateSelection
public IOneOrTwoWayBind<TViewModel, bool>? DisableDateSelection { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
FrameMovingTime
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.FrameMovingTime
public IOneOrTwoWayBind<TViewModel, int>? FrameMovingTime { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, int>
HeaderBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.HeaderBackground
public IOneOrTwoWayBind<TViewModel, Brush>? HeaderBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
HeaderForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.HeaderForeground
public IOneOrTwoWayBind<TViewModel, Brush>? HeaderForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
InvalidDates
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.InvalidDates
public IOneOrTwoWayBind<TViewModel, List<Date>>? InvalidDates { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, List<Date>>
IsInitializeComplete
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.IsInitializeComplete
public IOneWayBind<TViewModel, bool>? IsInitializeComplete { get; init; }
Property Value
- IOneWayBind<TViewModel, bool>
IsTodayButtonClicked
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.IsTodayButtonClicked
public IOneOrTwoWayBind<TViewModel, bool>? IsTodayButtonClicked { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
MaxDate
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.MaxDate
public IOneOrTwoWayBind<TViewModel, DateTime>? MaxDate { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, DateTime>
MinDate
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.MinDate
public IOneOrTwoWayBind<TViewModel, DateTime>? MinDate { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, DateTime>
MinMaxHidden
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.MinMaxHidden
public IOneOrTwoWayBind<TViewModel, bool>? MinMaxHidden { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
MonthChangeDirection
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.MonthChangeDirection
public IOneOrTwoWayBind<TViewModel, AnimationDirection>? MonthChangeDirection { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, AnimationDirection>
MouseOverBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.MouseOverBackground
public IOneOrTwoWayBind<TViewModel, Brush>? MouseOverBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
MouseOverBorderBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.MouseOverBorderBrush
public IOneOrTwoWayBind<TViewModel, Brush>? MouseOverBorderBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
MouseOverForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.MouseOverForeground
public IOneOrTwoWayBind<TViewModel, Brush>? MouseOverForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
NextScrollButtonTemplate
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.NextScrollButtonTemplate
public IOneOrTwoWayBind<TViewModel, ControlTemplate>? NextScrollButtonTemplate { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, ControlTemplate>
NotCurrentMonthForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.NotCurrentMonthForeground
public IOneOrTwoWayBind<TViewModel, Brush>? NotCurrentMonthForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
PreviousScrollButtonTemplate
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.PreviousScrollButtonTemplate
public IOneOrTwoWayBind<TViewModel, ControlTemplate>? PreviousScrollButtonTemplate { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, ControlTemplate>
ScrollToDateEnabled
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.ScrollToDateEnabled
public IOneOrTwoWayBind<TViewModel, bool>? ScrollToDateEnabled { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
SelectedDates
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectedDates
public IOneOrTwoWayBind<TViewModel, DatesCollection>? SelectedDates { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, DatesCollection>
SelectedDatesList
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectedDatesList
public IOneOrTwoWayBind<TViewModel, List<Date>>? SelectedDatesList { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, List<Date>>
SelectedDayCellBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectedDayCellBackground
public IOneOrTwoWayBind<TViewModel, Brush>? SelectedDayCellBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
SelectedDayCellBorderBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectedDayCellBorderBrush
public IOneOrTwoWayBind<TViewModel, Brush>? SelectedDayCellBorderBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
SelectedDayCellForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectedDayCellForeground
public IOneOrTwoWayBind<TViewModel, Brush>? SelectedDayCellForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
SelectedDayCellHoverBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectedDayCellHoverBackground
public IOneOrTwoWayBind<TViewModel, Brush>? SelectedDayCellHoverBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
SelectionBorderBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectionBorderBrush
public IOneOrTwoWayBind<TViewModel, Brush>? SelectionBorderBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
SelectionBorderCornerRadius
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectionBorderCornerRadius
public IOneOrTwoWayBind<TViewModel, CornerRadius>? SelectionBorderCornerRadius { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, CornerRadius>
SelectionForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectionForeground
public IOneOrTwoWayBind<TViewModel, Brush>? SelectionForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
SelectionRangeMode
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SelectionRangeMode
public IOneOrTwoWayBind<TViewModel, SelectionRangeMode>? SelectionRangeMode { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, SelectionRangeMode>
ShowAbbreviatedDayNames
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.ShowAbbreviatedDayNames
public IOneOrTwoWayBind<TViewModel, bool>? ShowAbbreviatedDayNames { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
ShowAbbreviatedMonthNames
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.ShowAbbreviatedMonthNames
public IOneOrTwoWayBind<TViewModel, bool>? ShowAbbreviatedMonthNames { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
ShowNextMonthDays
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.ShowNextMonthDays
public IOneOrTwoWayBind<TViewModel, bool>? ShowNextMonthDays { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
ShowPreviousMonthDays
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.ShowPreviousMonthDays
public IOneOrTwoWayBind<TViewModel, bool>? ShowPreviousMonthDays { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
ShowWeekNumbers
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.ShowWeekNumbers
public IOneOrTwoWayBind<TViewModel, bool>? ShowWeekNumbers { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
SpecialDates
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.SpecialDates
public IOneOrTwoWayBind<TViewModel, SpecialDatesCollection>? SpecialDates { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, SpecialDatesCollection>
TodayCellBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.TodayCellBackground
public IOneOrTwoWayBind<TViewModel, Brush>? TodayCellBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
TodayCellBorderBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.TodayCellBorderBrush
public IOneOrTwoWayBind<TViewModel, Brush>? TodayCellBorderBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
TodayCellForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.TodayCellForeground
public IOneOrTwoWayBind<TViewModel, Brush>? TodayCellForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
TodayCellSelectedBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.TodayCellSelectedBackground
public IOneOrTwoWayBind<TViewModel, Brush>? TodayCellSelectedBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
TodayCellSelectedBorderBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.TodayCellSelectedBorderBrush
public IOneOrTwoWayBind<TViewModel, Brush>? TodayCellSelectedBorderBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
TodayDate
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.TodayDate
public IOneWayBind<TViewModel, string>? TodayDate { get; init; }
Property Value
- IOneWayBind<TViewModel, string>
TodayRowIsVisible
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.TodayRowIsVisible
public IOneOrTwoWayBind<TViewModel, bool>? TodayRowIsVisible { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, bool>
ViewMode
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.ViewMode
public IOneOrTwoWayBind<TViewModel, CalendarVisualMode>? ViewMode { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, CalendarVisualMode>
VisualMode
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.VisualMode
public IOneOrTwoWayBind<TViewModel, CalendarVisualMode>? VisualMode { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, CalendarVisualMode>
WeekNumberBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberBackground
public IOneOrTwoWayBind<TViewModel, Brush>? WeekNumberBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
WeekNumberBorderBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberBorderBrush
public IOneOrTwoWayBind<TViewModel, Brush>? WeekNumberBorderBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
WeekNumberBorderThickness
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberBorderThickness
public IOneOrTwoWayBind<TViewModel, Thickness>? WeekNumberBorderThickness { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Thickness>
WeekNumberCornerRadius
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberCornerRadius
public IOneOrTwoWayBind<TViewModel, CornerRadius>? WeekNumberCornerRadius { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, CornerRadius>
WeekNumberForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberForeground
public IOneOrTwoWayBind<TViewModel, Brush>? WeekNumberForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
WeekNumberHoverBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberHoverBackground
public IOneOrTwoWayBind<TViewModel, Brush>? WeekNumberHoverBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
WeekNumberHoverBorderBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberHoverBorderBrush
public IOneOrTwoWayBind<TViewModel, Brush>? WeekNumberHoverBorderBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
WeekNumberHoverForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberHoverForeground
public IOneOrTwoWayBind<TViewModel, Brush>? WeekNumberHoverForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
WeekNumberSelectionBackground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberSelectionBackground
public IOneOrTwoWayBind<TViewModel, Brush>? WeekNumberSelectionBackground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
WeekNumberSelectionBorderBrush
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberSelectionBorderBrush
public IOneOrTwoWayBind<TViewModel, Brush>? WeekNumberSelectionBorderBrush { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
WeekNumberSelectionBorderCornerRadius
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberSelectionBorderCornerRadius
public IOneOrTwoWayBind<TViewModel, CornerRadius>? WeekNumberSelectionBorderCornerRadius { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, CornerRadius>
WeekNumberSelectionBorderThickness
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberSelectionBorderThickness
public IOneOrTwoWayBind<TViewModel, Thickness>? WeekNumberSelectionBorderThickness { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Thickness>
WeekNumberSelectionForeground
Gets or sets the binding logic for Syncfusion.Windows.Shared.CalendarEdit.WeekNumberSelectionForeground
public IOneOrTwoWayBind<TViewModel, Brush>? WeekNumberSelectionForeground { get; init; }
Property Value
- IOneOrTwoWayBind<TViewModel, Brush>
Methods
ApplyBindings(TView, TViewModel, Action<IDisposable>)
Applies the binding between the view and the view model.
public override void ApplyBindings(TView view, TViewModel viewModel, Action<IDisposable> registerForDisposalAction)
Parameters
view
TViewThe view.
viewModel
TViewModelThe viewmodel.
registerForDisposalAction
Action<IDisposable>
ApplyBindings(TView, TViewModel, CompositeDisposable)
Applies the binding between the view and the view model.
public override void ApplyBindings(TView view, TViewModel viewModel, CompositeDisposable compositeDisposable)
Parameters
view
TViewThe view.
viewModel
TViewModelThe viewmodel.
compositeDisposable
CompositeDisposableThe disposable container to register disposals against.