[]
DEMOS
DOCS
API
SAMPLES
DOWNLOAD
dotnet-api
C1.DataCollection Assembly
C1.DataCollection
Classes
C1HierarchicalDataCollection<T>
Methods
GetItemType
dotnet-api
C1.Android.DataCollection Assembly
C1.DataCollection Assembly
C1.Core
C1.DataCollection
Classes
C1CacheDataCollection<T>
C1ConvertDataCollection<S, T>
C1CursorDataCollection<T>
C1CursorDataCollection<T, K>
C1DataCollectionBase<T>
C1DataCollectionEx
C1DataCollectionList<T>
C1DataCollection<T>
C1DelegateList<T>
C1DynamicList<T>
C1EditableDataCollection<T>
C1FilterDataCollection<T>
C1FilterDataCollection<T>.FilterCache
C1GroupDataCollection<S>
C1HierarchicalDataCollection<T>
Constructors
Properties
Methods
CanInsert
CanInsertRange
CanMove
CanMoveRange
CanRemove
CanRemoveRange
CanReplace
CanReplaceRange
CanSort
Dispose
GetEnumerator
GetItemType
GetLoadedItems
IndexOf
InsertAsync
InsertRangeAsync
LoadAsync
LoadMoreItemsAsync
MoveAsync
MoveRangeAsync
OnCollectionChanged
OnInternalCollectionsChangedAsync
OnSortChanged
RemoveAsync
RemoveRangeAsync
ReplaceAsync
ReplaceRangeAsync
SortAsync
Events
C1LengthList
C1PagedDataCollection<T>
C1ScopedDataCollection<T>
C1SelectDataCollection<S, T>
C1SelectManyDataCollection<S, T>
C1SequenceDataCollection<T>
C1SortDataCollection<T>
C1SortDataCollection<T>.SortCache
C1SpanDataCollection<T>
C1TreeDataCollection<T>
C1TreeDataCollection<T>.TreeCache
C1VirtualDataCollection<T>
C1WrapDataCollection<T>
C1WrapDataCollection<S, T>
C1WrapDataCollection<S, T>.SuppressionContext
CacheDataCollectionItemEventArgs<T>
CancelEventArgs
FilterBinaryExpression
FilterExpression
FilterNaryExpression
FilterNotExpression
FilterOperationExpression
FilterPredicateExpression
FilterTextExpression
FilterUnaryExpression
FilterUnaryExpression<T>
GroupDescription
IDataCollectionEx
IReadOnlyListEx
NotifyCollectionChangedAsyncEventArgs
NotifyCollectionChangedDeferralsAwaiter
NotifyCollectionChangedEventArgsEx
ScopedFilterExpressionEx
SortDescription
Enums
Interfaces
C1.DataCollection.AdoNet Assembly
C1.DataCollection.BindingList Assembly
C1.DataCollection.EntityFrameworkCore Assembly
C1.DataCollection.Serialization Assembly
C1.DataCollection.SignalR.Client Assembly
C1.DataCollection.SignalR.Server Assembly
C1.iOS.DataCollection Assembly
C1.Mac.DataCollection Assembly
C1.UWP.DataCollection Assembly
C1.Win.DataCollection Assembly
C1.WPF.DataCollection Assembly
(Showing Draft Content)
C1.DataCollection.C1HierarchicalDataCollection-1.GetItemType
GetItemType Method
GetItemType()
Gets the type of the item.
Declaration
public Type GetItemType()
Returns
Type
Description
Type
Implements
IDataCollection<T>.GetItemType()