pmMDA.NET

PagedListBase Properties

The properties of the PagedListBase class are listed below. For a complete list of PagedListBase class members, see the PagedListBase Members topic.

Public Instance Properties

Count Gets the number of items contained in this list.
DefaultOwnerModifiedAction Gets the default action for concurrency violations.
IsFixedSize Gets whether this list has a fixed size.
IsReadOnly Gets whether this list is read-only.
IsSynchronized Gets whether the access to this list is synchronized (thread-safe).
Item Gets or sets the item at a specified index.
LocalItems Gets an array of locally available items
MaxLoadedItemCount Gets or sets the maximal count of items that are hold in the local cache.
Modified Gets whether this list was modified.
PagingAmount Gets or sets the paging amount.
SyncRoot Gets an object that can be used to synchronize the access to this list.

See Also

PagedListBase Class | PmMda.Net.Dog.Paging Namespace