WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicCellControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicCellControl

    Inheritance
    System.Object
    GraphicCellControl
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GraphicCellControl : Control

    Constructors

    GraphicCellControl(GridControlBase, GraphicStyleInfo, GraphicCellSpanInfo)

    Declaration
    public GraphicCellControl(GridControlBase grid, GraphicStyleInfo cellInfo, GraphicCellSpanInfo cellSpanInfo)
    Parameters
    Type Name Description
    GridControlBase grid
    GraphicStyleInfo cellInfo
    GraphicCellSpanInfo cellSpanInfo

    Fields

    ContentProperty

    Declaration
    public static readonly DependencyProperty ContentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    IsSelectedProperty

    Declaration
    public static readonly DependencyProperty IsSelectedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Content

    Declaration
    public UIElement Content { get; set; }
    Property Value
    Type Description
    System.Windows.UIElement

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    OnKeyDown(KeyEventArgs)

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    OnKeyUp(KeyEventArgs)

    Declaration
    protected override void OnKeyUp(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.KeyEventArgs e

    OnMouseDown(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    OnPreviewMouseDown(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved