Click or drag to resize

MultipleChoiceFilter Class

Base class to implement a multiple choice filter.
Inheritance Hierarchy

Namespace:  DataGridExtensions
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public class MultipleChoiceFilter : Control

The MultipleChoiceFilter type exposes the following members.

Constructors
  NameDescription
Public methodMultipleChoiceFilter
Initializes a new instance of the MultipleChoiceFilter class.
Top
Properties
  NameDescription
Public propertyFilter
Gets or sets the filter.
Public propertySelectAllContent
Gets or sets the content of the select all check box; default is "(Select All)"
Public propertyValues
Gets the values.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberFilterProperty
The filter property
Public fieldStatic memberSelectAllContentProperty
The select all content property
Public fieldStatic memberValuesProperty
The values property
Top
See Also