Class StyleItem
Used for storing date/style pairs.
Inheritance
System.Object
StyleItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |