WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicImageCellRenderer - WPF API Reference | Syncfusion System.Windows.Controls.Image celltype. ">

    Show / Hide Table of Contents

    Class GraphicImageCellRenderer

    Custom GraphicCellRenderer for System.Windows.Controls.Image celltype.

    Inheritance
    System.Object
    GraphicCellRendererBase<System.Windows.Controls.Image>
    GraphicImageCellRenderer
    Implements
    IGraphicCellRenderer
    System.IDisposable
    Inherited Members
    GraphicCellRendererBase<Image>.RaiseSaveChanges()
    GraphicCellRendererBase<Image>.GetControlValue()
    GraphicCellRendererBase<Image>.Arrange(UIElement, Rect)
    GraphicCellRendererBase<Image>.Measure(UIElement, Size)
    GraphicCellRendererBase<Image>.ShouldTryToHandleKeyDown(GraphicCellControl, KeyEventArgs)
    GraphicCellRendererBase<Image>.PrepareUIElements(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<Image>.InitializeElement(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<Image>.WireUIElement(Image)
    GraphicCellRendererBase<Image>.UnWireUIElement(Image)
    GraphicCellRendererBase<Image>.UnloadUIElements(GraphicCellControl)
    GraphicCellRendererBase<Image>.Dispose()
    GraphicCellRendererBase<Image>.Dispose(Boolean)
    GraphicCellRendererBase<Image>.CurrentRendererElement
    GraphicCellRendererBase<Image>.CurrentGraphicObject
    GraphicCellRendererBase<Image>.IsEditable
    GraphicCellRendererBase<Image>.GraphicModel
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class GraphicImageCellRenderer : GraphicCellRendererBase<Image>, IGraphicCellRenderer, IDisposable

    Constructors

    GraphicImageCellRenderer()

    Declaration
    public GraphicImageCellRenderer()

    Methods

    HandlePointerOperations(GraphicCellControl, GridPointerEventArgs)

    This method is used to handle the mouse pointer operations.

    Declaration
    public override bool HandlePointerOperations(GraphicCellControl control, GridPointerEventArgs args)
    Parameters
    Type Name Description
    GraphicCellControl control

    An instance ofGraphicCellControlthat loads the content.

    GridPointerEventArgs args

    An instance ofGridPointerEventArgs that indicates mouse point operations

    Returns
    Type Description
    System.Boolean

    Return true,if the GraphicCell contains hyperlink;else false.

    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.Image>.HandlePointerOperations(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, Syncfusion.UI.Xaml.CellGrid.GridPointerEventArgs)

    OnCreateElement(GraphicObject)

    Creates a new System.Windows.Controls.Image.

    Declaration
    protected override Image OnCreateElement(GraphicObject graphicObject)
    Parameters
    Type Name Description
    GraphicObject graphicObject

    GraphicObject

    Returns
    Type Description
    System.Windows.Controls.Image

    System.Windows.Controls.Image

    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.Image>.OnCreateElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)

    OnInitializeElement(GraphicCellControl, Image, GraphicObject)

    Initialize or update the properties of GraphicCellControl and its content.

    Declaration
    protected override void OnInitializeElement(GraphicCellControl container, Image element, GraphicObject graphicObject)
    Parameters
    Type Name Description
    GraphicCellControl container

    GraphicCellControl

    System.Windows.Controls.Image element

    System.Windows.Controls.Image

    GraphicObject graphicObject

    GraphicObject

    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<System.Windows.Controls.Image>.OnInitializeElement(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, System.Windows.Controls.Image, Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicObject)

    Implements

    IGraphicCellRenderer
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved