Class DateTimeFieldItemInfo
Represents information about a specific item in a DateTimeSpinnerBase.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class DateTimeFieldItemInfo : NotificationObject, INotifyPropertyChanged, ISpinnerItemInfo
Constructors
DateTimeFieldItemInfo()
Declaration
public DateTimeFieldItemInfo()
Properties
DateTime
Gets the date time of particular spinner item.
Declaration
public Nullable<DateTimeOffset> DateTime { get; }
Property Value
Type |
---|
System.Nullable<System.DateTimeOffset> |
DisplayText
Gets or sets content of the spinner item.
Declaration
public string DisplayText { get; set; }
Property Value
Type |
---|
System.String |
Field
Gets the filed type of date or time.
Declaration
public DateTimeField Field { get; }
Property Value
Type |
---|
DateTimeField |
IsEnabled
Gets or sets a value indicating whether the date is available or not.
Declaration
public bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true. |
Remarks
True, if the date is available otherwise false.
Item
Gets the data item for the SpinnerColumnView that contains the spinner item.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |
Implements
System.ComponentModel.INotifyPropertyChanged