WPF

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

    Show / Hide Table of Contents

    Class StyleItem

    Used for storing date/style pairs.

    Inheritance
    System.Object
    StyleItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class StyleItem

    Constructors

    StyleItem()

    Initializes a new instance of the StyleItem class.

    Declaration
    public StyleItem()

    StyleItem(DateTime, Style)

    Initializes a new instance of the StyleItem class.

    Declaration
    public StyleItem(DateTime date, Style style)
    Parameters
    Type Name Description
    System.DateTime date

    The date value.

    System.Windows.Style style

    The style value.

    Properties

    Date

    Gets or sets date of the item.

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime

    Type: System.DateTime

    See Also
    System.DateTime

    Style

    Gets or sets style of the item.

    Declaration
    public Style Style { get; set; }
    Property Value
    Type Description
    System.Windows.Style

    Type: Style

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