menu

WPF

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

    Show / Hide Table of Contents

    Class GridTreeModelTextDataExchange

    Inheritance
    System.Object
    GridModelTextDataExchange
    GridTreeModelTextDataExchange
    Implements
    System.IDisposable
    Inherited Members
    GridModelTextDataExchange.CalcBufferDimension(String, Int32, Int32)
    GridModelTextDataExchange.CopyTextToBuffer(String, GridRangeInfoList, Int32, Int32, Boolean)
    GridModelTextDataExchange.CopyXmlToBuffer(String, GridRangeInfoList, Int32, Int32, Boolean)
    GridModelTextDataExchange.Dispose()
    GridModelTextDataExchange.GetCopyTextRowCol(Int32, Int32)
    GridModelTextDataExchange.Model
    GridModelTextDataExchange.PasteTextFromBuffer(String, GridRangeInfoList)
    GridModelTextDataExchange.PasteXmlFromBuffer(XmlDocument, GridRangeInfoList)
    GridModelTextDataExchange.TabDelimiter
    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 GridTreeModelTextDataExchange : GridModelTextDataExchange, IDisposable

    Constructors

    GridTreeModelTextDataExchange(GridTreeModel)

    Declaration
    public GridTreeModelTextDataExchange(GridTreeModel model)
    Parameters
    Type Name Description
    Syncfusion.Windows.Controls.Grid.GridTreeModel model

    Methods

    CutValueFromCell(Int32, Int32, Boolean)

    Declaration
    public override void CutValueFromCell(int rowindex, int colindex, bool clear)
    Parameters
    Type Name Description
    System.Int32 rowindex
    System.Int32 colindex
    System.Boolean clear
    Overrides
    GridModelTextDataExchange.CutValueFromCell(Int32, Int32, Boolean)

    PasteTextRowCol(Int32, Int32, String)

    Pastes the text value to the cell

    Declaration
    public override bool PasteTextRowCol(int rowIndex, int colIndex, string text)
    Parameters
    Type Name Description
    System.Int32 rowIndex

    Row value for the cell

    System.Int32 colIndex

    Column value for the cell

    System.String text

    New String value for the cell

    Returns
    Type Description
    System.Boolean

    successful paste returns true

    Overrides
    GridModelTextDataExchange.PasteTextRowCol(Int32, Int32, String)

    Implements

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