MVCxFilterControlColumnCollection<RowType> Properties
A collection of strongly-typed columns within the Filter Control.
Name | Description |
---|---|
Count |
Gets the number of items contained within the collection.
Inherited from State |
Filter |
Gets the collection owner.
Inherited from Filter |
Is |
Gets a value indicating whether the collection is empty.
Inherited from State |
Item[Int32] |
Returns the column with the specified index.
Inherited from Filter |
Item[String] |
Returns the column with the specified filter property name.
Inherited from Filter |
Owner | Gets the collection’s owner. Inherited from Collection. |
See Also