ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ListBoxForExtension

    Show / Hide Table of Contents

    Class ListBoxForExtension

    Inheritance
    System.Object
    ListBoxForExtension
    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: Syncfusion.EJ2
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public static class ListBoxForExtension

    Methods

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

    Declaration
    public static ListBoxBuilder ListBoxFor<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
    ListBoxBuilder
    Type Parameters
    Name Description
    TModel
    TProperty

    ListBoxFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, ListBox)

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

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

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

    ListBoxFor<TModel, TProperty>(EJ2For<TModel>, Expression<Func<TModel, TProperty>>, ListBox, Object)

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

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

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

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

    Declaration
    public static ListBoxBuilder ListBoxFor<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
    ListBoxBuilder
    Type Parameters
    Name Description
    TModel
    TProperty

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

    Declaration
    public static ListBoxBuilder ListBoxFor<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
    ListBoxBuilder
    Type Parameters
    Name Description
    TModel
    TProperty
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved