menu

WPF

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

    Show / Hide Table of Contents

    Class GridCellRichTextBoxCellModel

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    GridCellModelBase
    GridCellModel<GridCellRichTextBoxCellRenderer>
    GridCellRichTextBoxCellModel
    Implements
    System.IDisposable
    Inherited Members
    GridCellModel<GridCellRichTextBoxCellRenderer>.CreateRenderer()
    GridCellModelBase.ActiveRenderer
    GridCellModelBase.AddBorderMargins(Size, Thickness)
    GridCellModelBase.ApplyFormattedText(GridStyleInfo, String, Int32)
    GridCellModelBase.ApplyText(GridStyleInfo, String)
    GridCellModelBase.Clone()
    GridCellModelBase.GetCellClientSize(Int32, Int32, GridStyleInfo)
    GridCellModelBase.GetCellSize(Int32, Int32)
    GridCellModelBase.GetPropertyDescriptor(GridStyleInfo)
    GridCellModelBase.GetText(GridStyleInfo, Object)
    GridCellModelBase.GetTypeConverter(GridStyleInfo)
    GridCellModelBase.GridModel
    GridCellModelBase.MeasureEmptyCellString
    GridCellModelBase.OnCreated()
    GridCellModelBase.OnQueryPrefferedClientSize(Int32, Int32, GridStyleInfo, GridQueryBounds)
    GridCellModelBase.RaiseCurrentCellContentChanged()
    GridCellModelBase.RemoveBorderMargins(Size, Thickness)
    NonFinalizeDisposable.Dispose()
    NonFinalizeDisposable.Dispose(Boolean)
    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.GridCellRenderer
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellRichTextBoxCellModel : GridCellModel<GridCellRichTextBoxCellRenderer>, IDisposable

    Constructors

    GridCellRichTextBoxCellModel()

    Declaration
    public GridCellRichTextBoxCellModel()

    Methods

    CalculatePreferredCellSize(Int32, Int32, GridStyleInfo, GridQueryBounds)

    Declaration
    public override Size CalculatePreferredCellSize(int rowIndex, int colIndex, GridStyleInfo style, GridQueryBounds queryBounds)
    Parameters
    Type Name Description
    System.Int32 rowIndex
    System.Int32 colIndex
    GridStyleInfo style
    GridQueryBounds queryBounds
    Returns
    Type
    System.Windows.Size
    Overrides
    GridCellModelBase.CalculatePreferredCellSize(Int32, Int32, GridStyleInfo, GridQueryBounds)

    GetFormattedText(GridStyleInfo, Object, Int32)

    Declaration
    public override string GetFormattedText(GridStyleInfo style, object value, int textInfo)
    Parameters
    Type Name Description
    GridStyleInfo style
    System.Object value
    System.Int32 textInfo
    Returns
    Type
    System.String
    Overrides
    GridCellModelBase.GetFormattedText(GridStyleInfo, Object, Int32)

    Implements

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