WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellPercentEditCellModel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCellPercentEditCellModel

    Implements the model part of a percent edit cell.

    Inheritance
    System.Object
    NonFinalizeDisposable
    Disposable
    GridCellModelBase
    GridCellModel<GridCellPercentEditCellRenderer>
    GridCellNumericEditCellModel<GridCellPercentEditCellRenderer>
    GridCellPercentEditCellModel
    Implements
    System.IDisposable
    Inherited Members
    GridCellNumericEditCellModel<GridCellPercentEditCellRenderer>.ApplyFormattedText(GridStyleInfo, String, Int32)
    GridCellNumericEditCellModel<GridCellPercentEditCellRenderer>.ApplyFormattedValue(GridStyleInfo, String)
    GridCellNumericEditCellModel<GridCellPercentEditCellRenderer>.GetText(GridStyleInfo, Object)
    GridCellModel<GridCellPercentEditCellRenderer>.CreateRenderer()
    GridCellModelBase.OnCreated()
    GridCellModelBase.ApplyText(GridStyleInfo, String)
    GridCellModelBase.GetPropertyDescriptor(GridStyleInfo)
    GridCellModelBase.GetTypeConverter(GridStyleInfo)
    GridCellModelBase.RaiseCurrentCellContentChanged()
    GridCellModelBase.Clone()
    GridCellModelBase.CalculatePreferredCellSize(Int32, Int32, GridStyleInfo, GridQueryBounds)
    GridCellModelBase.AddBorderMargins(Size, Thickness)
    GridCellModelBase.RemoveBorderMargins(Size, Thickness)
    GridCellModelBase.OnQueryPrefferedClientSize(Int32, Int32, GridStyleInfo, GridQueryBounds)
    GridCellModelBase.GetCellSize(Int32, Int32)
    GridCellModelBase.GetCellClientSize(Int32, Int32, GridStyleInfo)
    GridCellModelBase.GridModel
    GridCellModelBase.ActiveRenderer
    GridCellModelBase.MeasureEmptyCellString
    NonFinalizeDisposable.Dispose()
    NonFinalizeDisposable.Dispose(Boolean)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridCellPercentEditCellModel : GridCellNumericEditCellModel<GridCellPercentEditCellRenderer>, IDisposable

    Constructors

    GridCellPercentEditCellModel()

    Declaration
    public GridCellPercentEditCellModel()

    Methods

    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 Description
    System.String
    Overrides
    Syncfusion.Windows.Controls.Grid.GridCellNumericEditCellModel<Syncfusion.Windows.Controls.Grid.GridCellPercentEditCellRenderer>.GetFormattedText(Syncfusion.Windows.Controls.Grid.GridStyleInfo, System.Object, System.Int32)

    GetFormattedText(String, NumberFormatInfo)

    Declaration
    protected override string GetFormattedText(string text, NumberFormatInfo numberFormatInfo)
    Parameters
    Type Name Description
    System.String text
    System.Globalization.NumberFormatInfo numberFormatInfo
    Returns
    Type Description
    System.String
    Overrides
    Syncfusion.Windows.Controls.Grid.GridCellNumericEditCellModel<Syncfusion.Windows.Controls.Grid.GridCellPercentEditCellRenderer>.GetFormattedText(System.String, System.Globalization.NumberFormatInfo)

    GetNumber(String, NumberFormatInfo)

    Declaration
    protected string GetNumber(string text, NumberFormatInfo numberFormat)
    Parameters
    Type Name Description
    System.String text
    System.Globalization.NumberFormatInfo numberFormat
    Returns
    Type Description
    System.String

    Implements

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