Show / Hide Table of Contents

Interface ICollectionViewFactory

Defines a method that enables a collection to provide a custom view for specialized sorting, filtering, grouping, and currency.

Namespace: System.ComponentModel
Assembly: OpenSilver.dll
Syntax
public interface ICollectionViewFactory

Methods

| Improve this Doc View Source

CreateView()

Returns a custom view for specialized sorting, filtering, grouping, and currency.

Declaration
ICollectionView CreateView()
Returns
Type Description
ICollectionView

A custom view for specialized sorting, filtering, grouping, and currency.

  • Improve this Doc
  • View Source