Search Results for

    Show / Hide Table of Contents

    Class EditableDataGridViewDataColumn

    Implementation of an editable grid column

    Inheritance
    System.Object
    EditableDataGridViewDataColumn
    Namespace: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    public class EditableDataGridViewDataColumn : GridViewDataColumn

    Constructors

    | Improve this Doc View Source

    EditableDataGridViewDataColumn()

    Declaration
    public EditableDataGridViewDataColumn()

    Fields

    | Improve this Doc View Source

    AddItemKeyProperty

    Declaration
    public static readonly DependencyProperty AddItemKeyProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty
    | Improve this Doc View Source

    SetSelectedItemOnFocusProperty

    Declaration
    public static readonly DependencyProperty SetSelectedItemOnFocusProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    | Improve this Doc View Source

    AddItemKey

    Gets or sets an key that is responsible for adding new items

    Declaration
    public Key AddItemKey { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Key
    | Improve this Doc View Source

    SetSelectedItemOnFocus

    Declaration
    public bool SetSelectedItemOnFocus { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    CreateCellElement(GridViewCell, Object)

    Declaration
    public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)
    Parameters
    Type Name Description
    GridViewCell cell
    System.Object dataItem
    Returns
    Type Description
    System.Windows.FrameworkElement
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx