menu

WPF

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

    Show / Hide Table of Contents

    Class GraphicImageCellRenderer

    Inheritance
    System.Object
    GraphicCellRendererBase<System.Windows.Controls.Image>
    GraphicImageCellRenderer
    Implements
    IGraphicCellRenderer
    Inherited Members
    GraphicCellRendererBase<Image>.CanCreateRenderElement
    GraphicCellRendererBase<Image>.CellModel
    GraphicCellRendererBase<Image>.CurrentRenderElement
    GraphicCellRendererBase<Image>.CurrentStyle
    GraphicCellRendererBase<Image>.CurrentUIElement
    GraphicCellRendererBase<Image>.GetBounds(UIElement)
    GraphicCellRendererBase<Image>.GetControlValueFromEditor(Image)
    GraphicCellRendererBase<Image>.GridControl
    GraphicCellRendererBase<Image>.IGraphicCellRenderer.Arrange(UIElement, Rect, GraphicStyleInfo)
    GraphicCellRendererBase<Image>.IGraphicCellRenderer.PrepareUIElements(GraphicStyleInfo, GraphicCellSpanInfo)
    GraphicCellRendererBase<Image>.IGraphicCellRenderer.SetBounds(UIElement, Rect, Boolean, Boolean)
    GraphicCellRendererBase<Image>.IGraphicCellRenderer.ShouldTryToHandlePreviewKeyDown(KeyEventArgs)
    GraphicCellRendererBase<Image>.IGraphicCellRenderer.UnloadUIElements(Int32, GraphicCellUIElement)
    GraphicCellRendererBase<Image>.IsEditable
    GraphicCellRendererBase<Image>.OnArrange(UIElement, Rect, GraphicStyleInfo)
    GraphicCellRendererBase<Image>.RaiseCreated(GraphicCellModelBase)
    GraphicCellRendererBase<Image>.SetBounds(UIElement, Rect, Boolean, Boolean)
    GraphicCellRendererBase<Image>.ShouldTryToHandlePreviewKeyDown(KeyEventArgs)
    GraphicCellRendererBase<Image>.UnloadUIElements(Int32, Image)
    GraphicCellRendererBase<Image>.UnWireEvents(Image)
    GraphicCellRendererBase<Image>.WireEvents(Image)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GraphicImageCellRenderer : GraphicCellRendererBase<Image>, IGraphicCellRenderer

    Constructors

    GraphicImageCellRenderer()

    Declaration
    public GraphicImageCellRenderer()

    Methods

    CreateUIElement(GraphicStyleInfo)

    Declaration
    protected override Image CreateUIElement(GraphicStyleInfo cellInfo)
    Parameters
    Type Name Description
    GraphicStyleInfo cellInfo
    Returns
    Type
    System.Windows.Controls.Image
    Overrides
    Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.Image>.CreateUIElement(Syncfusion.Windows.Controls.Grid.GraphicStyleInfo)

    OnInitializeContent(Image, GraphicStyleInfo)

    Declaration
    protected override void OnInitializeContent(Image element, GraphicStyleInfo style)
    Parameters
    Type Name Description
    System.Windows.Controls.Image element
    GraphicStyleInfo style
    Overrides
    Syncfusion.Windows.Controls.Grid.GraphicCellRendererBase<System.Windows.Controls.Image>.OnInitializeContent(System.Windows.Controls.Image, Syncfusion.Windows.Controls.Grid.GraphicStyleInfo)

    Implements

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