Interface ISchedulerCell
Handles the selection of scheduler timeslot and month cells.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public interface ISchedulerCell : INotifyPropertyChanged, IDisposable
Properties
DateTime
Gets or sets the DateTime of the particular cell.
Declaration
DateTime DateTime { get; set; }
Property Value
Type |
---|
System.DateTime |
IsSelected
Gets or sets a value indicating whether specific cell is selected or not.
Declaration
bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
UpdateSelectionVisualState(Boolean)
Update the visual state for time slot cell.
Declaration
void UpdateSelectionVisualState(bool isSelected = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isSelected | Is selected. |