menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WeekNumberCell - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WeekNumberCell

    Represents a class which holds the week number in month view.

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

    Constructors

    WeekNumberCell()

    Initializes a new instance of the WeekNumberCell class.

    Declaration
    public WeekNumberCell()

    Properties

    WeekNumber

    Gets the week number.

    Declaration
    public string WeekNumber { get; }
    Property Value
    Type
    System.String

    Methods

    Dispose()

    Disposes all the resources used by the WeekNumberCell 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 WeekNumberCell class.

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

    Week number 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

    The argument.

    OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)

    Occurs on preview mouse left button down.

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

    The event arguments.

    Implements

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