Search Results for

    Show / Hide Table of Contents

    Class CellStyleSelector

    Cell style-selector by column name

    Inheritance
    System.Object
    System.Windows.Controls.StyleSelector
    CellStyleSelector
    Inherited Members
    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: Simplic.UI.GridView
    Assembly: Simplic.UI.dll
    Syntax
    public class CellStyleSelector : StyleSelector

    Constructors

    | Improve this Doc View Source

    CellStyleSelector(String)

    Create a new cell style selector

    Declaration
    public CellStyleSelector(string columnName)
    Parameters
    Type Name Description
    System.String columnName

    Column name

    Methods

    | Improve this Doc View Source

    SelectStyle(Object, DependencyObject)

    Get cell style

    Declaration
    public override Style SelectStyle(object item, DependencyObject container)
    Parameters
    Type Name Description
    System.Object item
    System.Windows.DependencyObject container
    Returns
    Type Description
    System.Windows.Style
    Overrides
    System.Windows.Controls.StyleSelector.SelectStyle(System.Object, System.Windows.DependencyObject)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx