Class GridCell
ContentControl for DataTemplateCells
Inheritance
System.Object
GridCell
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCell : ContentControl
Constructors
GridCell()
Declaration
Fields
DataSourceProperty
Declaration
public static readonly DependencyProperty DataSourceProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
CellRowColumnIndex
Declaration
public RowColumnIndex CellRowColumnIndex { get; set; }
Property Value
DataSource
Declaration
public GridDataCellBoundWrapper DataSource { get; set; }
Property Value
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Declaration
protected override void OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyboardFocusChangedEventArgs |
e |
|