Show / Hide Table of Contents

    Class DateTimePickerDialog

    Inheritance
    System.Object
    Dialog
    DateTimePickerDialog
    Implements
    IDateTimeDialog
    Inherited Members
    Dialog.CreateDialog(EvasObject, Boolean)
    Dialog.Shown
    Dialog.Title
    Dialog.TitleColor
    Dialog.Message
    Dialog.Content
    Dialog.PositiveButton
    Dialog.NeutralButton
    Dialog.NegativeButton
    Dialog.Show()
    Dialog.OnUnrealize()
    Dialog.OnShown()
    Dialog.OnDismissed()
    Dialog.ApplyTitle(String)
    Dialog.ApplyTitleColor(Color)
    Dialog.ApplyButton(ButtonPosition, Nullable<ElmSharp.Button>)
    Dialog.ApplyContent(Nullable<EvasObject>)
    Dialog.ApplyMessage(String)
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class DateTimePickerDialog : Dialog, IDateTimeDialog

    Constructors

    DateTimePickerDialog(EvasObject)

    Creates a dialog window.

    Declaration
    public DateTimePickerDialog(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Properties

    DateTime

    Gets or sets the current value of the DateTime field.

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

    MaximumDateTime

    Gets or sets the upper boundary of the DateTime field.

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

    MinimumDateTime

    Gets or sets the lower boundary of the DateTime field.

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

    Mode

    Gets or sets picker style

    Declaration
    public DateTimePickerMode Mode { get; set; }
    Property Value
    Type Description
    DateTimePickerMode

    Events

    DateTimeChanged

    Occurs when the date of this dialog has changed.

    Declaration
    public event EventHandler<DateChangedEventArgs> DateTimeChanged
    Event Type
    Type Description
    System.EventHandler<DateChangedEventArgs>

    PickerClosed

    Occurs when the picker dialog has closed.

    Declaration
    public event EventHandler PickerClosed
    Event Type
    Type Description
    System.EventHandler

    PickerOpened

    Occurs when the picker dialog has opened.

    Declaration
    public event EventHandler PickerOpened
    Event Type
    Type Description
    System.EventHandler

    Implements

    IDateTimeDialog
    Back to top Copyright © 2021 Samsung
    Generated by DocFX