menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDatePickerMessage - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IDatePickerMessage

    Defines properties that can be used to display a DatePicker message in SfChat.

    Inherited Members
    IMessage.Author
    IMessage.Data
    IMessage.DateTime
    IMessage.Dispose()
    IMessage.HideAfterSelection
    IMessage.IsMessageContentHiddenAfterSelection
    IMessage.IsSuggestionViewHiddenAfterSelection
    IMessage.Suggestions
    ITextMessage.Text
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public interface IDatePickerMessage : ITextMessage, IMessage

    Properties

    SelectedDate

    Gets or sets the selected date by a user.

    Declaration
    DateTime SelectedDate { get; set; }
    Property Value
    Type
    System.DateTime
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved