UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GraphicRichTextCellRenderer - UWP API Reference | Syncfusion Windows.UI.Xaml.Controls.RichEditBox celltype. ">

    Show / Hide Table of Contents

    Class GraphicRichTextCellRenderer

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

    Inheritance
    System.Object
    GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>
    GraphicRichTextCellRenderer
    Implements
    IGraphicCellRenderer
    System.IDisposable
    Inherited Members
    GraphicCellRendererBase<RichEditBox>.RaiseSaveChanges()
    GraphicCellRendererBase<RichEditBox>.GetControlValue()
    GraphicCellRendererBase<RichEditBox>.Arrange(UIElement, Rect)
    GraphicCellRendererBase<RichEditBox>.Measure(UIElement, Size)
    GraphicCellRendererBase<RichEditBox>.PrepareUIElements(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<RichEditBox>.InitializeElement(GraphicCellControl, GraphicObject)
    GraphicCellRendererBase<RichEditBox>.UnloadUIElements(GraphicCellControl)
    GraphicCellRendererBase<RichEditBox>.Dispose()
    GraphicCellRendererBase<RichEditBox>.Dispose(Boolean)
    GraphicCellRendererBase<RichEditBox>.HandlePointerOperations(GraphicCellControl, GridPointerEventArgs)
    GraphicCellRendererBase<RichEditBox>.CurrentRendererElement
    GraphicCellRendererBase<RichEditBox>.CurrentGraphicObject
    GraphicCellRendererBase<RichEditBox>.IsEditable
    GraphicCellRendererBase<RichEditBox>.GraphicModel
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
    Assembly: Syncfusion.SfSpreadsheet.UWP.dll
    Syntax
    public class GraphicRichTextCellRenderer : GraphicCellRendererBase<RichEditBox>, IGraphicCellRenderer, IDisposable

    Constructors

    GraphicRichTextCellRenderer()

    Declaration
    public GraphicRichTextCellRenderer()

    Methods

    OnCreateElement(GraphicObject)

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

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

    GraphicObject

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

    Windows.UI.Xaml.Controls.RichEditBox

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

    OnInitializeElement(GraphicCellControl, RichEditBox, GraphicObject)

    Initialize or update the properties of GraphicCellControl and its content.

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

    GraphicCellControl

    Windows.UI.Xaml.Controls.RichEditBox element

    Windows.UI.Xaml.Controls.RichEditBox

    GraphicObject graphicObject

    GraphicObject

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

    ShouldTryToHandleKeyDown(GraphicCellControl, KeyRoutedEventArgs)

    Used for RendererElement to handle the keydown.

    Declaration
    public override bool ShouldTryToHandleKeyDown(GraphicCellControl control, KeyRoutedEventArgs e)
    Parameters
    Type Name Description
    GraphicCellControl control

    GraphicCellControl

    Windows.UI.Xaml.Input.KeyRoutedEventArgs e
    Returns
    Type Description
    System.Boolean

    Returns true, if renderer element handles the key down

    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>.ShouldTryToHandleKeyDown(Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellControl, Windows.UI.Xaml.Input.KeyRoutedEventArgs)

    UnWireUIElement(RichEditBox)

    Unhook events

    Declaration
    protected override void UnWireUIElement(RichEditBox element)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Controls.RichEditBox element
    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>.UnWireUIElement(Windows.UI.Xaml.Controls.RichEditBox)

    WireUIElement(RichEditBox)

    Hook events

    Declaration
    protected override void WireUIElement(RichEditBox element)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Controls.RichEditBox element
    Overrides
    Syncfusion.UI.Xaml.Spreadsheet.GraphicCells.GraphicCellRendererBase<Windows.UI.Xaml.Controls.RichEditBox>.WireUIElement(Windows.UI.Xaml.Controls.RichEditBox)

    Implements

    IGraphicCellRenderer
    System.IDisposable

    Extension Methods

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