Search Results for

    Show / Hide Table of Contents

    Class GridViewNumeratingColumn

    Column which allows numerating functions

    Inheritance
    System.Object
    GridViewNumeratingColumn
    Namespace: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    public class GridViewNumeratingColumn : Telerik.Windows.Controls.GridViewColumn

    Methods

    | Improve this Doc View Source

    CreateCellElement(Telerik.Windows.Controls.GridView.GridViewCell, Object)

    Override cell creating for setting data

    Declaration
    public override FrameworkElement CreateCellElement(Telerik.Windows.Controls.GridView.GridViewCell cell, object dataItem)
    Parameters
    Type Name Description
    Telerik.Windows.Controls.GridView.GridViewCell cell
    System.Object dataItem
    Returns
    Type Description
    System.Windows.FrameworkElement
    | Improve this Doc View Source

    OnPropertyChanged(PropertyChangedEventArgs)

    Override property change to refresh cell data

    Declaration
    protected override void OnPropertyChanged(PropertyChangedEventArgs args)
    Parameters
    Type Name Description
    System.ComponentModel.PropertyChangedEventArgs args
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx