Click or drag to resize

QueryFieldCollection Properties

The QueryFieldCollection type exposes the following members.

Properties
 NameDescription
Public propertyAllowEditGets or sets a value indicating whether items in the list can be edited.
(Inherited from BindingListQueryField)
Public propertyAllowNewGets or sets a value indicating whether you can add items to the list using the AddNew method.
(Inherited from BindingListQueryField)
Public propertyAllowRemoveGets or sets a value indicating whether you can remove items from the collection.
(Inherited from BindingListQueryField)
Public propertyCountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionQueryField)
Protected propertyIsSortedCoreGets a value indicating whether the list is sorted.
(Inherited from BindingListQueryField)
Public propertyItemGets or sets the element at the specified index.
(Inherited from CollectionQueryField)
Protected propertyItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionQueryField)
Public propertyRaiseListChangedEventsGets or sets a value indicating whether adding or removing items within the list raises ListChanged events.
(Inherited from BindingListQueryField)
Protected propertySortDirectionCoreGets the direction the list is sorted.
(Inherited from BindingListQueryField)
Protected propertySortPropertyCoreGets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns .
(Inherited from BindingListQueryField)
Protected propertySupportsChangeNotificationCoreGets a value indicating whether ListChanged events are enabled.
(Inherited from BindingListQueryField)
Protected propertySupportsSearchingCoreGets a value indicating whether the list supports searching.
(Inherited from BindingListQueryField)
Protected propertySupportsSortingCoreGets a value indicating whether the list supports sorting.
(Inherited from BindingListQueryField)
Top
See Also