Interaction logic for TDataGridWindow.xaml

Namespace: T.Wpf.RunControls
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
Public property GridControl Gets reference to Grid control
Public property SelectedItems Gets selected rows
Top
Name Description
Public method DoRefresh() Refresh control
Public method ExportToCsv(string, string) Export grid to file (CSV Format)
Public method ExportToXml(string) Export grid to file (XML Format)
Public method GetItems() Get all items
Public method GetSelectedRows() Get selected rows
Public method Print(string, string, string, bool) Print grid
Public method SetAllColumnsReadOnly() Set all columns as read only
Public method SetColumnConverter(string, ColumnConvertDelegate) Set column converter
Public method SetColumnReadOnly(string, bool) Set read only flag of the column
Public method SetColumnShowInColumnChooser(string, bool) Set show chooser flag of the column
Public method SetColumnValidation(string, ColumnValidateDelegate) Set column validation
Public method SetColumnVisible(string, bool) Set visible only flag of the column
Top

.NET Framework

Supported in: 4.6.2, 4.7