menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TimeRulerCell - API Reference

    Show / Hide Table of Contents

    Class TimeRulerCell

    Represents a class which contains the time slot information.

    Inheritance
    System.Object
    TimeRulerCell
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class TimeRulerCell : ContentControl, IDisposable

    Constructors

    TimeRulerCell()

    Initializes a new instance of the TimeRulerCell class.

    Declaration
    public TimeRulerCell()

    Methods

    Dispose()

    Disposes all the resources used by the TimeRulerCell class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by WeekNumberCell class.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Indicates whether the call is from Dispose method or from a System.GC.SuppressFinalize(System.Object).

    OnCreateAutomationPeer()

    Methods to create automation peer for TimeRulerCell class.

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer

    Time Ruler Cell Automation peer.

    OnMouseLeftButtonUp(MouseButtonEventArgs)

    Occurs when the left mouse button is released.

    Declaration
    protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    Tapped event args.

    Implements

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