Method | Description | |
---|---|---|
AddButtonColumn ( string buttonText, int widthPercent, RoutedEventHandler clickHandler, System.Windows.Style style = null ) : void | ||
AddImageColumn ( string bindingName, string headerText, int widthPercent, BindingMode bindingMode, string sortOn = "", System.Windows.Style style = null ) : void | ||
AddTextColumn ( string bindingName, string headerText, int widthPercent, System.Windows.Style style = null ) : void | ||
DataGridPlus ( ) : System |
Method | Description | |
---|---|---|
AddColumn ( System.Windows.FrameworkElementFactory ef, int widthPercent, string headerText, string sortOn = "", System.Windows.Style style = null ) : void |
public AddButtonColumn ( string buttonText, int widthPercent, RoutedEventHandler clickHandler, System.Windows.Style style = null ) : void | ||
buttonText | string | |
widthPercent | int | |
clickHandler | RoutedEventHandler | |
style | System.Windows.Style | |
return | void |
public AddImageColumn ( string bindingName, string headerText, int widthPercent, BindingMode bindingMode, string sortOn = "", System.Windows.Style style = null ) : void | ||
bindingName | string | |
headerText | string | |
widthPercent | int | |
bindingMode | BindingMode | |
sortOn | string | |
style | System.Windows.Style | |
return | void |
public AddTextColumn ( string bindingName, string headerText, int widthPercent, System.Windows.Style style = null ) : void | ||
bindingName | string | |
headerText | string | |
widthPercent | int | |
style | System.Windows.Style | |
return | void |