Extra Property Editors
This section introduces Xafari extra property editors. For more details on a particular editor, please click its title in the table below.
Title and Description |
Platform Support |
|
---|---|---|
Win |
Web |
|
Displays the groups of hierarchical tabs and NestedFrame; the tabs allow changing the Detail Views displayed in the NestedFrame. The idea is that the object properties are apportioned among several Detail Views. |
||
Is used for the Enum properties with FlagsAttribute; the user can check the values via the CheckedComboBox or CheckedListBox control. |
||
Provides the capability of using the DevExpress Expression string; the user can create such a string visually at runtime, validate and debug it, navigate through metadata, use operators, functions, constants, and XAF parameters. |
||
Displays an object using VGridControl. |
||
Edits the strings storing the ViewId value; all available Views, types, and captions are shown in a dropdown list. |
||
Is intended for the properties of Xafari.Base .GeoPoint type displaying the location of a business object on the Google map. |
||
Displays a group of properties in the Edit mode when the Detail View works in the View Mode. |
||
Is an alternative to the standard ASPx Lookup Property Editor and is used for fast searching by key fields without displaying additional popup windows. |
||
Allows selecting any required items in the dropdown List View at once, displays all selected objects in one string; it results in compact layout of data in Detail View. |
||
Allows specifying any range of dates for filtering data in the List View of an XAF application. |
||
Allows entering dates straight to the boxes (without the use of the popup calendar). |
||
Displays the reference properties in Windows forms applications. |
||
Is derived from the standard Type Property Editor; displays the icon for the type defined in the Application Model. |
||
Is intended for the properties of Xafari.ObjectSet<> type providing the ability to work with a set of selected objects (ObjectSet). |
||
Displays string properties containing hyperlinks in URI format; mouse click activates the link. |
||
Displays string properties that represent folder path; uses the FolderBrowserDialog control to select the folder. |
||
Displays string properties with LabelControl making the data look as static text. |
||
For Int type properties, it allows to store and display the current values as a progress bar. |
||
For String type properties, it allows to edit text in html-format. |