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.
Equivalent WinUI class: Microsoft.UI.Xaml.Controls.Primitives.GridViewItemTemplateSettings.
public ref class GridViewItemTemplateSettings sealed : DependencyObject
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.WebHostHidden]
class GridViewItemTemplateSettings sealed : DependencyObject
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.WebHostHidden]
public sealed class GridViewItemTemplateSettings : DependencyObject
Public NotInheritable Class GridViewItemTemplateSettings
Inherits DependencyObject
- Inheritance
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. Equivalent WinUI property: Microsoft.UI.Xaml.DependencyObject.Dispatcher. (Inherited from DependencyObject) |
DragItemsCount |
Gets a value that reports the count of items in the current drag operation. Equivalent WinUI property: Microsoft.UI.Xaml.Controls.Primitives.GridViewItemTemplateSettings.DragItemsCount. |