C# Class Com.Aote.Controls.CustomDataGrid

Inheritance: System.Windows.Controls.DataGrid
显示文件 Open project: DuBin1988/restv2 Class Usage Examples

Public Properties

Property Type Description
InputIndexProperty System.Windows.DependencyProperty

Public Methods

Method Description
CustomDataGrid ( ) : System
GetInputIndex ( FrameworkElement ui ) : string
SetInputIndex ( FrameworkElement ui, string value ) : void

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Method Details

CustomDataGrid() public method

public CustomDataGrid ( ) : System
return System

GetInputIndex() public static method

public static GetInputIndex ( FrameworkElement ui ) : string
ui System.Windows.FrameworkElement
return string

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

SetInputIndex() public static method

public static SetInputIndex ( FrameworkElement ui, string value ) : void
ui System.Windows.FrameworkElement
value string
return void

Property Details

InputIndexProperty public_oe static_oe property

public static DependencyProperty,System.Windows InputIndexProperty
return System.Windows.DependencyProperty