Table of Contents

Interface IDateTimePickerHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains methods and properties which allow to work with date/time picker.

public interface IDateTimePickerHandler : IControlHandler, IDisposableObject, IDisposable

Properties

HasBorder

Gets or sets a value indicating whether the control has a border.

Kind

Gets or sets whether to edit date part or time part of the DateTime value.

PopupKind

Gets or sets whether to show calendar popup or edit date with spin control.

Methods

SetRange(DateTime, DateTime, bool, bool)

Sets date range.