WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCell

    Show / Hide Table of Contents

    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 Description
    System.Windows.DependencyProperty

    Properties

    CellRowColumnIndex

    Declaration
    public RowColumnIndex CellRowColumnIndex { get; set; }
    Property Value
    Type Description
    RowColumnIndex

    DataSource

    Declaration
    public GridDataCellBoundWrapper DataSource { get; set; }
    Property Value
    Type Description
    GridDataCellBoundWrapper

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved