WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WeekNumberCellPanel

    Show / Hide Table of Contents

    Class WeekNumberCellPanel

    Represents a week number cell of the CalendarEdit control.

    Inheritance
    System.Object
    Cell
    WeekNumberCellPanel
    Inherited Members
    Cell.IsSelectedProperty
    Cell.IsInvalidDateProperty
    Cell.CornerRadius
    Cell.IsSelected
    Cell.IsInvalidDate
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class WeekNumberCellPanel : Cell

    Constructors

    WeekNumberCellPanel()

    Declaration
    public WeekNumberCellPanel()

    Fields

    WeekNumberProperty

    Identifies WeekNumber dependency property.

    Declaration
    public static readonly DependencyProperty WeekNumberProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    WeekNumber

    Gets or sets WeekNumberProperty. This is a dependency property.

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

    Type: System.String

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