BindingSource Properties
.NET Framework 4.5
The BindingSource type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowEdit | Gets a value indicating whether items in the underlying list can be edited. |
|
AllowNew | Gets or sets a value indicating whether the AddNew method can be used to add items to the list. |
|
AllowRemove | Gets a value indicating whether items can be removed from the underlying list. |
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
Count | Gets the total number of items in the underlying list, taking the current Filter value into consideration. |
|
CurrencyManager | Gets the currency manager associated with this BindingSource. |
|
Current | Gets the current item in the list. |
|
DataMember | Gets or sets the specific list in the data source to which the connector currently binds to. |
|
DataSource | Gets or sets the data source that the connector binds to. |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
Filter | Gets or sets the expression used to filter which rows are viewed. |
|
IsBindingSuspended | Gets a value indicating whether the list binding is suspended. |
|
IsFixedSize | Gets a value indicating whether the underlying list has a fixed size. |
|
IsReadOnly | Gets a value indicating whether the underlying list is read-only. |
|
IsSorted | Gets a value indicating whether the items in the underlying list are sorted. |
|
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). |
|
Item | Gets or sets the list element at the specified index. |
|
List | Gets the list that the connector is bound to. |
|
Position | Gets or sets the index of the current item in the underlying list. |
|
RaiseListChangedEvents | Gets or sets a value indicating whether ListChanged events should be raised. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
Sort | Gets or sets the column names used for sorting, and the sort order for viewing the rows in the data source. |
|
SortDescriptions | Gets the collection of sort descriptions applied to the data source. |
|
SortDirection | Gets the direction the items in the list are sorted. |
|
SortProperty | Infrastructure. Gets the PropertyDescriptor that is being used for sorting the list. |
|
SupportsAdvancedSorting | Gets a value indicating whether the data source supports multi-column sorting. |
|
SupportsChangeNotification | Gets a value indicating whether the data source supports change notification. |
|
SupportsFiltering | Gets a value indicating whether the data source supports filtering. |
|
SupportsSearching | Gets a value indicating whether the data source supports searching with the Find method. |
|
SupportsSorting | Gets a value indicating whether the data source supports sorting. |
|
SyncRoot | Gets an object that can be used to synchronize access to the underlying list. |
| Name | Description | |
|---|---|---|
|
ISupportInitializeNotification.IsInitialized | Gets a value indicating whether the BindingSource is initialized. |