WinUI

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

    Show / Hide Table of Contents

    Class DateTimeFieldItemInfo

    Represents information about a specific item in a DateTimeSpinnerBase.

    Inheritance
    System.Object
    NotificationObject
    DateTimeFieldItemInfo
    Implements
    System.ComponentModel.INotifyPropertyChanged
    ISpinnerItemInfo
    Inherited Members
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    NotificationObject.PropertyChanged
    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 Description
    System.Nullable<System.DateTimeOffset>

    DisplayText

    Gets or sets content of the spinner item.

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

    Field

    Gets the filed type of date or time.

    Declaration
    public DateTimeField Field { get; }
    Property Value
    Type Description
    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 Description
    System.Object

    Implements

    System.ComponentModel.INotifyPropertyChanged
    ISpinnerItemInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved