menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimeItemsControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateTimeItemsControl

    Represents a control that contains multiple DateTimeItem.

    Inheritance
    System.Object
    DateTimeItemsControl
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public class DateTimeItemsControl : ItemsControl

    Constructors

    DateTimeItemsControl()

    Initializes a new instance of the DateTimeItemsControl class.

    Declaration
    public DateTimeItemsControl()

    Fields

    dateTimeCombo

    Initializes a variable for SfDateTimeCombo class.

    Declaration
    public SfDateTimeCombo dateTimeCombo
    Field Value
    Type
    SfDateTimeCombo

    Methods

    GetContainerForItemOverride()

    Checks if the item is a Syncfusion.UI.Xaml.Controls.Navigation.DateTimeItem

    Declaration
    protected override DependencyObject GetContainerForItemOverride()
    Returns
    Type Description
    Windows.UI.Xaml.DependencyObject

    DependencyObject

    GetItemsPanelGrid()

    Gets the items Syncfusion.UI.Xaml.Controls.Navigation.DateTimeItem for the panel

    Declaration
    public Grid GetItemsPanelGrid()
    Returns
    Type
    Windows.UI.Xaml.Controls.Grid

    IsItemItsOwnContainerOverride(Object)

    Checks if the item is a Syncfusion.UI.Xaml.Controls.Navigation.DateTimeItem

    Declaration
    protected override bool IsItemItsOwnContainerOverride(object item)
    Parameters
    Type Name Description
    System.Object item
    Returns
    Type Description
    System.Boolean

    true if it is a SfRatingItem; otherwise, false

    PrepareContainerForItemOverride(DependencyObject, Object)

    Arranges the container for overrided items

    Declaration
    protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
    Parameters
    Type Name Description
    Windows.UI.Xaml.DependencyObject element
    System.Object item

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

    DateTimeItemsControl
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved