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