menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISchedulerCell - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved