menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataTableCollectionViewExt - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataTableCollectionViewExt

    Class that defines the extension methods for the data table collection view.

    Inheritance
    System.Object
    DataTableCollectionViewExt
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Data
    Assembly: Syncfusion.Data.WPF.dll
    Syntax
    public static class DataTableCollectionViewExt

    Methods

    GetClonedSource(CollectionViewAdv)

    Gets the cloned source from the given view.

    Declaration
    public static DataTable GetClonedSource(this CollectionViewAdv view)
    Parameters
    Type Name Description
    CollectionViewAdv view

    The collection view.

    Returns
    Type Description
    System.Data.DataTable

    The cloned source from the given view.

    GetFilterString(CollectionViewAdv)

    Gets the filter string from the given view.

    Declaration
    public static string GetFilterString(this CollectionViewAdv view)
    Parameters
    Type Name Description
    CollectionViewAdv view

    The collection view.

    Returns
    Type Description
    System.String

    The filter string from the given collection view.

    GetFilterString(CollectionViewAdv, String, Boolean)

    Gets the filter string from the given view.

    Declaration
    public static string GetFilterString(this CollectionViewAdv view, string columnName, bool returnColumnExpression)
    Parameters
    Type Name Description
    CollectionViewAdv view

    The collection view.

    System.String columnName

    The column name.

    System.Boolean returnColumnExpression

    A boolean value indicating whether to return the column expression.

    Returns
    Type Description
    System.String

    The filter string from the given view.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved