The ItemsControlBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ItemsControlBase |
Initializes a new instance of the ItemsControlBase class.
|
Methods
Fields
Name | Description | |
---|---|---|
CountProperty |
Identifies the Count dependency property.
| |
EntityManagerProperty |
Identifies the EntityManager dependency property.
| |
EntityManagerSourceProperty |
Identifies the EntityManagerSource dependency property.
| |
HasItemsProperty |
Identifies the HasItems dependency property.
| |
IsAsyncPresentationEnabledMinCountProperty |
Identifies the IsAsyncPresentationEnabledMinCount dependency property.
| |
IsAsyncPresentationEnabledPageSizeProperty |
Identifies the IsAsyncPresentationEnabledPageSize dependency property.
| |
IsAsyncPresentationEnabledProperty |
Identifies the IsAsyncPresentationEnabled dependency property.
| |
IsLoadingEntitiesProperty |
Identifies the IsLoadingEntities dependency property.
| |
ItemsSourceProperty |
Identifies the ItemsSource dependency property.
| |
LoadedEntitiesProperty |
Identifies the LoadedEntities dependency property.
| |
LoadedEntitiesSourceProperty |
Identifies the LoadedEntitiesSource dependency property.
| |
ManagedEntitiesProperty |
Identifies the ManagedEntities dependency property.
|
Properties
Name | Description | |
---|---|---|
ActualHeight | (Inherited from FrameworkElement.) | |
ActualWidth | (Inherited from FrameworkElement.) | |
AllowDrop | (Inherited from UIElement.) | |
AreAnyTouchesCaptured | (Inherited from UIElement.) | |
AreAnyTouchesCapturedWithin | (Inherited from UIElement.) | |
AreAnyTouchesDirectlyOver | (Inherited from UIElement.) | |
AreAnyTouchesOver | (Inherited from UIElement.) | |
Background | (Inherited from Control.) | |
BindingGroup | (Inherited from FrameworkElement.) | |
BitmapEffect | Obsolete. (Inherited from UIElement.) | |
BitmapEffectInput | Obsolete. (Inherited from UIElement.) | |
BorderBrush | (Inherited from Control.) | |
BorderThickness | (Inherited from Control.) | |
CacheMode | (Inherited from UIElement.) | |
Clip | (Inherited from UIElement.) | |
ClipToBounds | (Inherited from UIElement.) | |
CommandBindings | (Inherited from UIElement.) | |
ContextMenu | (Inherited from FrameworkElement.) | |
Count |
Gets the count of entities managed by this ItemsControlBase.
This is a dependency property.
| |
Cursor | (Inherited from FrameworkElement.) | |
DataContext | (Inherited from FrameworkElement.) | |
DefaultStyleKey | (Inherited from FrameworkElement.) | |
DependencyObjectType | (Inherited from DependencyObject.) | |
DesiredSize | (Inherited from UIElement.) | |
Dispatcher | (Inherited from DispatcherObject.) | |
Effect | (Inherited from UIElement.) | |
EntityManager |
Gets the EntityManager object that is used internally for managing entities displayed by this ItemsControlBase.
This is a dependency property.
| |
EntityManagerSource |
Gets or sets a custom EntityManager object to use internally within this ItemsControlBase.
When this property is set to an entity manager instance the control items collection is ignored.
This is a dependency property.
| |
FlowDirection | (Inherited from FrameworkElement.) | |
Focusable | (Inherited from UIElement.) | |
FocusVisualStyle | (Inherited from FrameworkElement.) | |
FontFamily | (Inherited from Control.) | |
FontSize | (Inherited from Control.) | |
FontStretch | (Inherited from Control.) | |
FontStyle | (Inherited from Control.) | |
FontWeight | (Inherited from Control.) | |
ForceCursor | (Inherited from FrameworkElement.) | |
Foreground | (Inherited from Control.) | |
HandlesScrolling | (Inherited from Control.) | |
HasAnimatedProperties | (Inherited from UIElement.) | |
HasEffectiveKeyboardFocus | (Inherited from UIElement.) | |
HasItems |
Gets a value that indicates whether the ItemsControlBase contains items.
This is a dependency property.
| |
Height | (Inherited from FrameworkElement.) | |
HorizontalAlignment | (Inherited from FrameworkElement.) | |
HorizontalContentAlignment | (Inherited from Control.) | |
InheritanceBehavior | (Inherited from FrameworkElement.) | |
InputBindings | (Inherited from UIElement.) | |
InputScope | (Inherited from FrameworkElement.) | |
IsArrangeValid | (Inherited from UIElement.) | |
IsAsyncPresentationDeferred |
Gets (or sets, for inheriters) a value indicating whether the asynchrnous data loading is currently deferred.
| |
IsAsyncPresentationEnabled |
Gets or sets a value indicating whether to load managed entities asynchronously within this ItemsControlBase.
This is a dependency property.
| |
IsAsyncPresentationEnabledMinCount |
Gets or sets the initial entity count to load synchronously within this ItemsControlBase before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true.
This is a dependency property.
| |
IsAsyncPresentationEnabledPageSize |
Gets or sets the initial entity count to load synchronously within this ItemsControlBase before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true.
This is a dependency property.
| |
IsEnabled | (Inherited from UIElement.) | |
IsEnabledCore | (Inherited from UIElement.) | |
IsEntityManagerInternal |
Gets a value that indicates whether the current EntityManager is internal.
| |
IsFocused | (Inherited from UIElement.) | |
IsHitTestVisible | (Inherited from UIElement.) | |
IsInitialized | (Inherited from FrameworkElement.) | |
IsInputMethodEnabled | (Inherited from UIElement.) | |
IsItemsControlHostInitialized |
Gets a value indicating whether the control is initialized and the ItemsControl host is available.
| |
IsKeyboardFocused | (Inherited from UIElement.) | |
IsKeyboardFocusWithin | (Inherited from UIElement.) | |
IsLoaded | (Inherited from FrameworkElement.) | |
IsLoadingEntities |
Gets a value indicating whether the control is currently loading entities (asynchronously).
This is a dependency property.
| |
IsManipulationEnabled | (Inherited from UIElement.) | |
IsMeasureValid | (Inherited from UIElement.) | |
IsMouseCaptured | (Inherited from UIElement.) | |
IsMouseCaptureWithin | (Inherited from UIElement.) | |
IsMouseDirectlyOver | (Inherited from UIElement.) | |
IsMouseOver | (Inherited from UIElement.) | |
IsSealed | (Inherited from DependencyObject.) | |
IsStylusCaptured | (Inherited from UIElement.) | |
IsStylusCaptureWithin | (Inherited from UIElement.) | |
IsStylusDirectlyOver | (Inherited from UIElement.) | |
IsStylusOver | (Inherited from UIElement.) | |
IsTabStop | (Inherited from Control.) | |
IsVisible | (Inherited from UIElement.) | |
Item |
Gets the entity in the ItemsControlBase that wraps the specified item.
| |
Items |
Gets the collection used to generate the content of this ItemsControlBase.
| |
ItemsControlHost |
Gets the ItemsControl host template part used internally by this ItemsControlBase.
| |
ItemsSource |
Gets or sets a collection of items used to generate the content of this ItemsControlBase.
This is a dependency property.
| |
Language | (Inherited from FrameworkElement.) | |
LayoutTransform | (Inherited from FrameworkElement.) | |
LoadedEntities |
Gets the entities that are currently loaded within this ItemsControlBase.
This is a dependency property.
| |
LoadedEntitiesSource |
Gets or sets the overriding source collection for loaded entities that would be displayed in the items control host of the control.
This is a dependency property.
| |
LogicalChildren | (Inherited from FrameworkElement.) | |
ManagedEntities |
Gets the entity collection managed by this ItemsControlBase.
This is a dependency property.
| |
Margin | (Inherited from FrameworkElement.) | |
MaxHeight | (Inherited from FrameworkElement.) | |
MaxWidth | (Inherited from FrameworkElement.) | |
MinHeight | (Inherited from FrameworkElement.) | |
MinWidth | (Inherited from FrameworkElement.) | |
Name | (Inherited from FrameworkElement.) | |
Opacity | (Inherited from UIElement.) | |
OpacityMask | (Inherited from UIElement.) | |
OverridesDefaultStyle | (Inherited from FrameworkElement.) | |
Padding | (Inherited from Control.) | |
Parent | (Inherited from FrameworkElement.) | |
PersistId | Obsolete. (Inherited from UIElement.) | |
RenderSize | (Inherited from UIElement.) | |
RenderTransform | (Inherited from UIElement.) | |
RenderTransformOrigin | (Inherited from UIElement.) | |
Resources | (Inherited from FrameworkElement.) | |
SnapsToDevicePixels | (Inherited from UIElement.) | |
Style | (Inherited from FrameworkElement.) | |
StylusPlugIns | (Inherited from UIElement.) | |
TabIndex | (Inherited from Control.) | |
Tag | (Inherited from FrameworkElement.) | |
Template | (Inherited from Control.) | |
TemplatedParent | (Inherited from FrameworkElement.) | |
ToolTip | (Inherited from FrameworkElement.) | |
TouchesCaptured | (Inherited from UIElement.) | |
TouchesCapturedWithin | (Inherited from UIElement.) | |
TouchesDirectlyOver | (Inherited from UIElement.) | |
TouchesOver | (Inherited from UIElement.) | |
Triggers | (Inherited from FrameworkElement.) | |
Uid | (Inherited from UIElement.) | |
UseLayoutRounding | (Inherited from FrameworkElement.) | |
VerticalAlignment | (Inherited from FrameworkElement.) | |
VerticalContentAlignment | (Inherited from Control.) | |
Visibility | (Inherited from UIElement.) | |
VisibilityFilter |
Gets or sets the visibility filter to apply on the managed entities.
| |
VisualBitmapEffect | Obsolete. (Inherited from Visual.) | |
VisualBitmapEffectInput | Obsolete. (Inherited from Visual.) | |
VisualBitmapScalingMode | (Inherited from Visual.) | |
VisualCacheMode | (Inherited from Visual.) | |
VisualChildrenCount | (Inherited from FrameworkElement.) | |
VisualClearTypeHint | (Inherited from Visual.) | |
VisualClip | (Inherited from Visual.) | |
VisualEdgeMode | (Inherited from Visual.) | |
VisualEffect | (Inherited from Visual.) | |
VisualOffset | (Inherited from Visual.) | |
VisualOpacity | (Inherited from Visual.) | |
VisualOpacityMask | (Inherited from Visual.) | |
VisualParent | (Inherited from Visual.) | |
VisualScrollableAreaClip | (Inherited from Visual.) | |
VisualTextHintingMode | (Inherited from Visual.) | |
VisualTextRenderingMode | (Inherited from Visual.) | |
VisualTransform | (Inherited from Visual.) | |
VisualXSnappingGuidelines | (Inherited from Visual.) | |
VisualYSnappingGuidelines | (Inherited from Visual.) | |
Width | (Inherited from FrameworkElement.) |
Events
Explicit Interface Implementations
Name | Description | |
---|---|---|
IQueryAmbient..::.IsAmbientPropertyAvailable | (Inherited from FrameworkElement.) |