WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollectionViewExtensions - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CollectionViewExtensions

    Inheritance
    System.Object
    CollectionViewExtensions
    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.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public static class CollectionViewExtensions

    Methods

    GetValueExpressionFunc(CollectionViewAdv, GridColumn, DataOperation, DataReflectionMode, Boolean)

    Declaration
    public static Expression<Func<string, object, object>> GetValueExpressionFunc(this CollectionViewAdv view, GridColumn column, DataOperation operation, DataReflectionMode mode, bool useBindingValue)
    Parameters
    Type Name Description
    CollectionViewAdv view
    GridColumn column
    DataOperation operation
    DataReflectionMode mode
    System.Boolean useBindingValue
    Returns
    Type Description
    System.Linq.Expressions.Expression<System.Func<System.String, System.Object, System.Object>>

    GetValueFunc(CollectionViewAdv, GridColumn, DataOperation, DataReflectionMode, Boolean)

    Declaration
    public static Func<string, object, object> GetValueFunc(this CollectionViewAdv view, GridColumn column, DataOperation operation, DataReflectionMode mode, bool useBindingValue)
    Parameters
    Type Name Description
    CollectionViewAdv view
    GridColumn column
    DataOperation operation
    DataReflectionMode mode
    System.Boolean useBindingValue
    Returns
    Type Description
    System.Func<System.String, System.Object, System.Object>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved