Click or drag to resize
Accord.NET (logo)

ArrayDataView Properties

The ArrayDataView type exposes the following members.

Properties
  NameDescription
Public propertyAllowEdit
Gets whether this view allows editing. Always true.
Public propertyAllowNew
Arrays do not allow for member insertion.
Public propertyAllowRemove
Arrays do not allow member removal.
Public propertyArrayData
Gets or sets the array currently bound.
Public propertyArrayType
Gets the type of the array currently bound.
Public propertyColumnNames
Gets the column names for the array currently bound.
Public propertyColumnsCount
Gets the number of columns in the data-bound array.
Public propertyCount
Gets the length of the array.
Public propertyIsFixedSize
Arrays are always fixed size.
Public propertyIsReadOnly
This view is read only.
Public propertyIsSorted
Does nothing.
Public propertyIsSynchronized
Returns false.
Public propertyItem
Gets a row from this view.
Public propertyRowCount
Gets the number of rows in the data-bound array.
Public propertyRowNames
Gets the row names for the array currently bound.
Public propertySortDirection
Does nothing.
Public propertySortProperty
Does nothing.
Public propertySupportsChangeNotification
Does nothing.
Public propertySupportsSearching
Does nothing.
Public propertySupportsSorting
Does nothing.
Public propertySyncRoot
Does nothing.
Top
See Also