C# 클래스 AmazonScrape.DataGridPlus

Extends DataGrid to allow columns to be easily added through code-behind Avoids overly-cluttered XAML
상속: System.Windows.Controls.DataGrid
파일 보기 프로젝트 열기: ThomasRush/AmazonScrape

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AddColumn ( System.Windows.FrameworkElementFactory ef, int widthPercent, string headerText, string sortOn = "", System.Windows.Style style = null ) : void

메소드 상세

AddButtonColumn() 공개 메소드

public AddButtonColumn ( string buttonText, int widthPercent, RoutedEventHandler clickHandler, System.Windows.Style style = null ) : void
buttonText string
widthPercent int
clickHandler RoutedEventHandler
style System.Windows.Style
리턴 void

AddImageColumn() 공개 메소드

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
리턴 void

AddTextColumn() 공개 메소드

public AddTextColumn ( string bindingName, string headerText, int widthPercent, System.Windows.Style style = null ) : void
bindingName string
headerText string
widthPercent int
style System.Windows.Style
리턴 void

DataGridPlus() 공개 메소드

public DataGridPlus ( ) : System
리턴 System