Dialogs for customizing the behavior of the built in editor
| C# |
namespace CS.DataPlace.Edit.Customize
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| ColumnChooserDialog |
Allows the user to select which columns to display in an ITableEditor.
| |
| CustomizeView |
Allows the user to customize the view, such as which columns to show, grouping characteristics, and sorting.
| |
| FilterDialog |
Allows the user to define filtering criteria for data being viewed or edited.
| |
| FormatColumnsDialog |
Summary description for FormatColumnsDialog.
| |
| GridColumnChooser |
Manages the columns that should be displayed or hidden.
An instance of this class uses a ColumnChooserDialog to allower the user to select columns.
| |
| GroupByDialog |
Allows the user to edit settings related to column grouping.
| |
| SortDialog |
Allows the user to edit settings related to sorting.
|