C# Class BlueSky.DataGridValueLablesCol

Inheritance: C1.WPF.DataGrid.DataGridColumn
Datei anzeigen Open project: BlueSkyStatistics/BlueSkyRepository

Public Properties

Property Type Description
LevelHeaderHeight int

Public Methods

Method Description
BeginEdit ( FrameworkElement editingElement, RoutedEventArgs routedEventArgs ) : bool
BindCellContent ( FrameworkElement cellContent, C1 row ) : void
CancelCellEdit ( FrameworkElement editingElement, object uneditedValue ) : void
CreateCellContent ( C1 row ) : FrameworkElement
DataGridValueLablesCol ( ) : System
EndEdit ( FrameworkElement editingElement ) : void
GetCellContentRecyclingKey ( C1 row ) : object
GetCellEditingContent ( C1 row ) : FrameworkElement
PrepareCellForEdit ( FrameworkElement editingElement ) : object
UnbindCellContent ( FrameworkElement cellContent, C1 row ) : void
Update ( ) : void

Method Details

BeginEdit() public method

public BeginEdit ( FrameworkElement editingElement, RoutedEventArgs routedEventArgs ) : bool
editingElement System.Windows.FrameworkElement
routedEventArgs System.Windows.RoutedEventArgs
return bool

BindCellContent() public method

public BindCellContent ( FrameworkElement cellContent, C1 row ) : void
cellContent System.Windows.FrameworkElement
row C1
return void

CancelCellEdit() public method

public CancelCellEdit ( FrameworkElement editingElement, object uneditedValue ) : void
editingElement System.Windows.FrameworkElement
uneditedValue object
return void

CreateCellContent() public method

public CreateCellContent ( C1 row ) : FrameworkElement
row C1
return System.Windows.FrameworkElement

DataGridValueLablesCol() public method

public DataGridValueLablesCol ( ) : System
return System

EndEdit() public method

public EndEdit ( FrameworkElement editingElement ) : void
editingElement System.Windows.FrameworkElement
return void

GetCellContentRecyclingKey() public method

public GetCellContentRecyclingKey ( C1 row ) : object
row C1
return object

GetCellEditingContent() public method

public GetCellEditingContent ( C1 row ) : FrameworkElement
row C1
return System.Windows.FrameworkElement

PrepareCellForEdit() public method

public PrepareCellForEdit ( FrameworkElement editingElement ) : object
editingElement System.Windows.FrameworkElement
return object

UnbindCellContent() public method

public UnbindCellContent ( FrameworkElement cellContent, C1 row ) : void
cellContent System.Windows.FrameworkElement
row C1
return void

Update() public method

public Update ( ) : void
return void

Property Details

LevelHeaderHeight public_oe static_oe property

public static int LevelHeaderHeight
return int