Click or drag to resize

MultipleChoiceContentFilter Class

Base class for a multiple choice content filter
Inheritance Hierarchy
SystemObject
  DataGridExtensionsMultipleChoiceContentFilter

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public class MultipleChoiceContentFilter : IContentFilter

The MultipleChoiceContentFilter type exposes the following members.

Constructors
  NameDescription
Public methodMultipleChoiceContentFilter
Initializes a new instance of the MultipleChoiceContentFilter class.
Top
Properties
  NameDescription
Public propertyItems
Gets the items to filter.
Top
Methods
  NameDescription
Public methodIsMatch
Determines whether the specified value matches the condition of this filter.
Top
See Also