Editors Controls refer to graphical elements group enabling specific data interactions like color picking, date and time selection. The following components are available:
Calculator (WPF)
This extensible component provides a calculator that can map the result to a Tag in the application. See Calculator Control for more information.
CircularPanel (WPF)
The TCircularPanel implements a custom navigation tool, where the options are placed around a main circle. See CircularPanel Control for more information.
DateTime Pickers
DateTime Pickers are graphical components for selecting and editing date and time values, combining calendar and clock functionalities with configurable options like input masks, step intervals, and display settings. DatePicker, a subset of DateTimePicker, focuses on date inputs using a calendar interface, excluding time functionalities. TimePicker, another subset, concentrates on time inputs, providing options for hours and minutes adjustments, excluding date functionalities. See DateTime Pickers Control for more information.
MediaElement
Allows users to show Media files on Windows and Web pages. See MediaElement Control for more information.
MenuItem
Represents an individual option or command within a menu. It provides a specific action or navigates to a particular section, enhancing user interaction with the application. See MenuItem Control for more information.
PageSelector
Allows users to navigate between different pages of content or data. It facilitates quick access to various sections or data sets within an application, improving the browsing experience. See PageSelector Control for more information
Overview
Calculator
Calculates mathematical expressions. Users input numbers and select operations to compute results. Appears on the display as a grid of numbers and operation symbols, allowing users to perform calculations directly within the interface.
Calendar
Displays a monthly view for date selection. Users browse and pick dates. Presents a mini-calendar for users to choose dates by clicking.
ColorPicker
Selects colors from a spectrum or via specific color codes. Users choose from a color or input color codes for desired shades. Displays a range of colors, allowing users to select a specific color from a palette or gradient.
DatePicker
Picks a specific date from a calendar interface. Useful for scheduling or date input in applications.
DateTimePicker
Combines date and time selection in one. Users set both date and time for precise scheduling needs.
TimePicker
Sets a specific time, including hours, minutes, and sometimes seconds. Used for time-related settings in applications.
In this section:
Page Tree | ||||
---|---|---|---|---|
|