menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicImageCellRenderer - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GraphicImageCellRenderer

    Custom GraphicCellRenderer for Windows.UI.Xaml.Controls.Image celltype.

    Inheritance
    System.Object
    GraphicCellRendererBase<Windows.UI.Xaml.Controls.Image>
    GraphicImageCellRenderer
    Implements
    IGraphicCellRenderer
    System.IDisposable
    Inherited Members
    GraphicCellRendererBase<Image>.Arrange(UIElement, Rect)
    GraphicCellRendererBase<Image>.CurrentGraphicObject
    GraphicCellRendererBase<Image>.CurrentRendererElement
    GraphicCellRendererBase<Image>.Dispose()
    GraphicCellRendererBase<Image>.Dispose(Boolean)
    GraphicCellRendererBase<Image>.GetControlValue()
    GraphicCellRendererBase<Image>.GraphicModel
    GraphicCellRendererBase<Image>.InitializeElement(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<Image>.IsEditable
    GraphicCellRendererBase<Image>.Measure(UIElement, Size)
    GraphicCellRendererBase<Image>.PrepareUIElements(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<Image>.RaiseSaveChanges()
    GraphicCellRendererBase<Image>.ShouldTryToHandleKeyDown(GraphicCellControl, KeyRoutedEventArgs)
    GraphicCellRendererBase<Image>.UnloadUIElements(GraphicCellControl)
    GraphicCellRendererBase<Image>.UnWireUIElement(Image)
    GraphicCellRendererBase<Image>.WireUIElement(Image)
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
    Assembly: Syncfusion.SfSpreadsheet.UWP.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 Task<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.Threading.Tasks.Task<System.Boolean>

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

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

    OnCreateElement(GraphicObject)

    Creates a new Windows.UI.Xaml.Controls.Image.

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

    GraphicObject

    Returns
    Type Description
    Windows.UI.Xaml.Controls.Image

    Windows.UI.Xaml.Controls.Image

    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.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

    Windows.UI.Xaml.Controls.Image element

    Windows.UI.Xaml.Controls.Image

    GraphicObject graphicObject

    GraphicObject

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

    Implements

    IGraphicCellRenderer
    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved