C# Class BlueSky.Windows.DataGridAlignCol

Inheritance: C1.WPF.DataGrid.DataGridColumn
Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository

Méthodes publiques

Свойство Type Description
LevelHeaderHeight int

Méthodes publiques

Méthode Description
BeginEdit ( FrameworkElement editingElement, RoutedEventArgs routedEventArgs ) : bool
BindCellContent ( FrameworkElement cellContent, C1 row ) : void
CancelCellEdit ( FrameworkElement editingElement, object uneditedValue ) : void
CreateCellContent ( C1 row ) : FrameworkElement
DataGridAlignCol ( ) : 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 méthode

public BeginEdit ( FrameworkElement editingElement, RoutedEventArgs routedEventArgs ) : bool
editingElement System.Windows.FrameworkElement
routedEventArgs System.Windows.RoutedEventArgs
Résultat bool

BindCellContent() public méthode

public BindCellContent ( FrameworkElement cellContent, C1 row ) : void
cellContent System.Windows.FrameworkElement
row C1
Résultat void

CancelCellEdit() public méthode

public CancelCellEdit ( FrameworkElement editingElement, object uneditedValue ) : void
editingElement System.Windows.FrameworkElement
uneditedValue object
Résultat void

CreateCellContent() public méthode

public CreateCellContent ( C1 row ) : FrameworkElement
row C1
Résultat System.Windows.FrameworkElement

DataGridAlignCol() public méthode

public DataGridAlignCol ( ) : System
Résultat System

EndEdit() public méthode

public EndEdit ( FrameworkElement editingElement ) : void
editingElement System.Windows.FrameworkElement
Résultat void

GetCellContentRecyclingKey() public méthode

public GetCellContentRecyclingKey ( C1 row ) : object
row C1
Résultat object

GetCellEditingContent() public méthode

public GetCellEditingContent ( C1 row ) : FrameworkElement
row C1
Résultat System.Windows.FrameworkElement

PrepareCellForEdit() public méthode

public PrepareCellForEdit ( FrameworkElement editingElement ) : object
editingElement System.Windows.FrameworkElement
Résultat object

UnbindCellContent() public méthode

public UnbindCellContent ( FrameworkElement cellContent, C1 row ) : void
cellContent System.Windows.FrameworkElement
row C1
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

LevelHeaderHeight public_oe static_oe property

public static int LevelHeaderHeight
Résultat int