Skip to main content
A newer version of this page is available. .

DXCollectionView Fields

A collection view.
Name Description
AllowCascadeUpdateProperty static Identifies the AllowCascadeUpdate bindable property.
AllowDragDropItemsProperty static Identifies the AllowDragDropItems bindable property.
AllowDragDropSortedItemsProperty static Identifies the AllowDragDropSortedItems bindable property.
AllowGroupCollapseProperty static Identifies the AllowGroupCollapse bindable property.
AllowLiveDataShapingProperty static Identifies the AllowLiveDataShaping bindable property.
AutoExpandAllGroupsProperty static Identifies the AutoExpandAllGroups bindable property.
DisplayFormatProperty static Identifies the DisplayFormat bindable property.
DisplayMemberProperty static Identifies the DisplayMember bindable property.
FilterExpressionProperty static Identifies the FilterExpression bindable property.
FilterStringProperty static Identifies the FilterString bindable property.
GroupDescriptionProperty static Identifies the GroupDescription bindable property.
GroupHeaderSizeProperty static Identifies the GroupHeaderSize bindable property.
GroupHeaderTemplateProperty static Identifies the GroupHeaderTemplate bindable property.
GroupItemAppearanceProperty static Identifies the GroupItemAppearance bindable property.
IndicatorColorProperty static Identifies the IndicatorColor bindable property.
InvalidItemHandle An invalid item handle. This value is returned when trying to access an item that does not exist in the collection view.
IsLoadMoreEnabledProperty static Identifies the IsLoadMoreEnabled bindable property.
IsPullToRefreshEnabledProperty static Identifies the IsPullToRefreshEnabled bindable property.
IsRefreshingProperty static Identifies the IsRefreshing bindable property.
IsScrollBarVisibleProperty static Identifies the IsScrollBarVisible bindable property.
ItemAppearanceProperty static Identifies the ItemAppearance bindable property.
ItemSizeProperty static Identifies the ItemSize bindable property.
ItemSpacingProperty static Identifies the ItemSpacing bindable property.
ItemsSourceProperty static Identifies the ItemsSource bindable property.
ItemTemplateProperty static Identifies the ItemTemplate bindable property.
LoadMoreCommandProperty static Identifies the LoadMoreCommand bindable property.
MinGroupHeaderSizeProperty static Identifies the MinGroupHeaderSize bindable property.
MinItemSizeProperty static Identifies the MinItemSize bindable property.
OrientationProperty static Identifies the Orientation bindable property.
PullToRefreshCommandProperty static Identifies the PullToRefreshCommand bindable property.
ReduceSizeToContentProperty static Identifies the ReduceSizeToContent bindable property.
SelectedItemAppearanceProperty static Identifies the SelectedItemAppearance bindable property.
SelectedItemProperty static Identifies the SelectedItem bindable property.
SelectedItemsProperty static Identifies the SelectedItems bindable property.
SelectedItemTemplateProperty static Identifies the SelectedItemTemplate bindable property.
SelectionModeProperty static Identifies the SelectionMode bindable property.
TapCommandProperty static Identifies the TapCommand bindable property.
See Also