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 Controls 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.


In this section:

  • No labels