![]() |
ArrayDataView Properties |
The ArrayDataView type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowEdit |
Gets whether this view allows editing. Always true.
|
![]() | AllowNew |
Arrays do not allow for member insertion.
|
![]() | AllowRemove |
Arrays do not allow member removal.
|
![]() | ArrayData |
Gets or sets the array currently bound.
|
![]() | ArrayType |
Gets the type of the array currently bound.
|
![]() | ColumnNames |
Gets the column names for the array currently bound.
|
![]() | ColumnsCount |
Gets the number of columns in the data-bound array.
|
![]() | Count |
Gets the length of the array.
|
![]() | IsFixedSize |
Arrays are always fixed size.
|
![]() | IsReadOnly |
This view is read only.
|
![]() | IsSorted |
Does nothing.
|
![]() | IsSynchronized |
Returns false.
|
![]() | Item |
Gets a row from this view.
|
![]() | RowCount |
Gets the number of rows in the data-bound array.
|
![]() | RowNames |
Gets the row names for the array currently bound.
|
![]() | SortDirection |
Does nothing.
|
![]() | SortProperty |
Does nothing.
|
![]() | SupportsChangeNotification |
Does nothing.
|
![]() | SupportsSearching |
Does nothing.
|
![]() | SupportsSorting |
Does nothing.
|
![]() | SyncRoot |
Does nothing.
|