Interaction logic for TDataGridWindow.xaml
Namespace:
T.Wpf.RunControls
Assembly: T.Wpf (in T.Wpf.dll)
Top
Top
Assembly: T.Wpf (in T.Wpf.dll)
<System.Reflection.Obfuscation(Feature = "renaming", ApplyToMembers = true)> _
Public Class TDataGridWindow
Inherits UserControl
Implements IBindingHandler, _
IDisplayComponent, _
IListChanged, _
IClipboardSafe, _
IComponentConnector
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Feature = "renaming", ApplyToMembers = true)]
public class TDataGridWindow : UserControl,
IBindingHandler,
IDisplayComponent,
IListChanged,
IClipboardSafe,
IComponentConnector
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
GridControl | Gets reference to Grid control |
|
SelectedItems | Gets selected rows |
| Name | Description | |
|---|---|---|
|
DoRefresh() | Refresh control |
|
ExportToCsv(string, string) | Export grid to file (CSV Format) |
|
ExportToXml(string) | Export grid to file (XML Format) |
|
GetItems() | Get all items |
|
GetSelectedRows() | Get selected rows |
|
Print(string, string, string, bool) | Print grid |
|
SetAllColumnsReadOnly() | Set all columns as read only |
|
SetColumnConverter(string, ColumnConvertDelegate) | Set column converter |
|
SetColumnReadOnly(string, bool) | Set read only flag of the column |
|
SetColumnShowInColumnChooser(string, bool) | Set show chooser flag of the column |
|
SetColumnValidation(string, ColumnValidateDelegate) | Set column validation |
|
SetColumnVisible(string, bool) | Set visible only flag of the column |
T.Wpf.RunControls.TDataGridWindow