GridViewItemTemplateSettings GridViewItemTemplateSettings GridViewItemTemplateSettings GridViewItemTemplateSettings Class

Definition

Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a GridView control. Not intended for general use.

public : sealed class GridViewItemTemplateSettings : DependencyObject, IGridViewItemTemplateSettingspublic sealed class GridViewItemTemplateSettings : DependencyObject, IGridViewItemTemplateSettingsPublic NotInheritable Class GridViewItemTemplateSettings Inherits DependencyObject Implements IGridViewItemTemplateSettings// This API is not available in Javascript.
Inheritance
GridViewItemTemplateSettingsGridViewItemTemplateSettingsGridViewItemTemplateSettingsGridViewItemTemplateSettings
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited methods

Inherited properties

Properties

DragItemsCount DragItemsCount DragItemsCount DragItemsCount

Gets a value that reports the count of items in the current drag operation.

public : int DragItemsCount { get; }public int DragItemsCount { get; }Public ReadOnly Property DragItemsCount As int// This API is not available in Javascript.
Value
int int int int

A value that reports the count of items in the current drag operation.

See Also