ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorPickerForExtension - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ColorPickerForExtension

    Inheritance
    System.Object
    ColorPickerForExtension
    Namespace: Syncfusion.EJ2
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public static class ColorPickerForExtension : Object

    Methods

    ColorPickerFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>)

    Declaration
    public static ColorPickerBuilder ColorPickerFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression)
    Parameters
    Type Name Description
    EJ2For<TModel> factory
    System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> expression
    Returns
    Type Description
    ColorPickerBuilder
    Type Parameters
    Name Description
    TModel
    TProperty

    ColorPickerFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, ColorPicker)

    Declaration
    public static ColorPickerBuilder ColorPickerFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, ColorPicker model)
    Parameters
    Type Name Description
    EJ2For<TModel> factory
    System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> expression
    ColorPicker model
    Returns
    Type Description
    ColorPickerBuilder
    Type Parameters
    Name Description
    TModel
    TProperty

    ColorPickerFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, ColorPicker, Dictionary<String, Object>)

    Declaration
    public static ColorPickerBuilder ColorPickerFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, ColorPicker model, Dictionary<string, object> htmlAttributes)
    Parameters
    Type Name Description
    EJ2For<TModel> factory
    System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> expression
    ColorPicker model
    System.Collections.Generic.Dictionary<System.String, System.Object> htmlAttributes
    Returns
    Type Description
    ColorPickerBuilder
    Type Parameters
    Name Description
    TModel
    TProperty

    ColorPickerFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, ColorPicker, Object)

    Declaration
    public static ColorPickerBuilder ColorPickerFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, ColorPicker model, object objHtmlAttr)
    Parameters
    Type Name Description
    EJ2For<TModel> factory
    System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> expression
    ColorPicker model
    System.Object objHtmlAttr
    Returns
    Type Description
    ColorPickerBuilder
    Type Parameters
    Name Description
    TModel
    TProperty

    ColorPickerFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, ColorPicker, Object, Dictionary<String, Object>)

    Declaration
    public static ColorPickerBuilder ColorPickerFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, ColorPicker model, object objHtmlAttr, Dictionary<string, object> htmlAttributes)
    Parameters
    Type Name Description
    EJ2For<TModel> factory
    System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> expression
    ColorPicker model
    System.Object objHtmlAttr
    System.Collections.Generic.Dictionary<System.String, System.Object> htmlAttributes
    Returns
    Type Description
    ColorPickerBuilder
    Type Parameters
    Name Description
    TModel
    TProperty

    ColorPickerFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, Dictionary<String, Object>)

    Declaration
    public static ColorPickerBuilder ColorPickerFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, Dictionary<string, object> htmlAttributes)
    Parameters
    Type Name Description
    EJ2For<TModel> factory
    System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> expression
    System.Collections.Generic.Dictionary<System.String, System.Object> htmlAttributes
    Returns
    Type Description
    ColorPickerBuilder
    Type Parameters
    Name Description
    TModel
    TProperty

    ColorPickerFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, Object)

    Declaration
    public static ColorPickerBuilder ColorPickerFor<TModel, TProperty>(this EJ2For<TModel> factory, Expression<Func<TModel, TProperty>> expression, object objHtmlAttr)
    Parameters
    Type Name Description
    EJ2For<TModel> factory
    System.Linq.Expressions.Expression<System.Func<TModel, TProperty>> expression
    System.Object objHtmlAttr
    Returns
    Type Description
    ColorPickerBuilder
    Type Parameters
    Name Description
    TModel
    TProperty
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved