Found 28 packages
DateTime Editors for WPF include three controls to display, edit and validate DateTime information.
The DateTimeEditors control provides a single, intuitive UI for selecting date and time values. The TimeEditor control provides a simple masked editor for time values only. You can edit your date and time values by using the spin buttons, using the keyboard arrows, or by typing in fields.
The DateTimePicker control provides a single, intuitive UI for selecting date and time values. The TimeEditor control provides a simple masked editor for time values only. You can edit your date and time values by using the spin buttons, using the keyboard arrows, or by typing in fields.
Editors contains part-based and masked editors for everything from date/time to currency entry, with unique designs that are specifically crafted to support input by keyboard, mouse, touch, and pen in WPF applications. Edit box controls support .NET data types input such as dates, times, numbers, brushes, colors, enumerations, sizes, and many more. Other controls include a regex-based masked textbox, auto-complete box, calculator, month calendar, star rating, gradient stop slider, and various color component pickers. Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=25.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls). NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.
DateTime Editors for UWP includes controls for displaying, editing, and validating DateTime information. Includes DateSelector, TimeSelector, and DateTimeSelector.
DateTime Editors for WPF には、DateTime の情報を表示、編集、検証するための3つのコントロールが含まれています。
DateTimeEditors コントロールは、日付と時刻の値を選択するための単一の直感的な UI を提供します。TimeEditor コントロールは、時間値のみの単純なマスクエディターを提供します。 スピンボタン、キーボードの矢印、またはフィールドへの入力を使用して、日付と時刻の値を編集できます。
C1DateTimePicker コントロールは、日付と時刻の値を選択するための単一の直感的な UI を提供します。C1TimeEditor コントロールは、時間値のみのシンプルなマスク付きエディタを提供します。スピンボタンを使用したり、キーボードの矢印を使用したり、フィールドに入力したりして、日付と時刻の値を編集することができます。
ComponentOne DateTimeEditors for WinUI.
This package provides the functionality to utilize the features of Syncfusion® WinUI Color Picker, Color Palette, DropDown Color Picker, Dropdown Color Palette, Date Picker, Time Picker, NumberBox, ComboBox, Autocomplete, Rating, and Segmented Control.
Installs the assemblies required for InfragisticsWPF.Controls.Editors.XamDateTimeInput.dll
DateTimeEditors控件提供用于选择日期和时间值的单一直观UI。 TimeEditor控件仅为时间值提供了一个简单的屏蔽编辑器。 您可以通过使用旋转按钮、使用键盘箭头或在字段中键入来编辑日期和时间值。
さまざまなカルチャをサポートして、DateTime 情報を表示、編集、および検証するためのコントロールです。DateSelector、TimeSelector、および DateTimeSelector が含まれます。
Winui的ComponentOne DateTimeEditors。
DateTimeEditors コントロールは、日付と時刻の値を選択するための単一の直感的な UI を提供します。TimeEditor コントロールは、時間値のみの単純なマスクエディターを提供します。 スピンボタン、キーボードの矢印、またはフィールドへの入力を使用して、日付と時刻の値を編集できます。
DateTimePicker控件提供了一个直观的UI,用于选择日期和时间值。 TimeEditor控件仅针对时间值提供了一个简单的屏蔽编辑器。 您可以使用自旋按钮,使用键盘箭头或在字段中键入来编辑日期和时间值。
WPF平台的日期时间编辑器包括三个用于显示、编辑和验证日期时间信息的控件。
Property editors for working with date and time in Umbraco.
Its a property editor that shows the time to editors relative to their respective time zone rather than the server time like what the default Umbraco date time picker does.
This is a custom server-side validation library for C# and .NET. This version includes the following validation attributes: 1. RequiredIfAttribute: To mark a field required based on the value of another field. 2. MaxAgeAttribute: To validate maximum age against the date of birth value of DateTime type. 3. MinAgeAttribute: To validate the minimum required age against a date of birth value of DateTime type. 4. MaxDateAttribute: To set max value validation for a DateTime field. 5. MinDateAttribute: To set min value validation for a DateTime field. 6. TextEditorRequiredAttribute: To enforce the required validation attribute on the online text editors like TinyMCE, CKEditor, etc. 7. CompareToAttribute: To compare one property value against another property value of the same object. Comparison types are: Equal, NotEqual,GreaterThan,GreatherThanOrEqual,SmallerThan,SmallerThanOrEqual This version also includes validation against dynamic values from database, configuration file or any external source added for the following type: 1. DateTime Type: with ValidateMaxAge() and ValidateMinAge()