XRGeneratorDirection (Compact 2013)
3/28/2014
This enumeration contains values that describe the direction in which to traverse the records in a data source when generating item containers for an items control.
Syntax
enum XRGeneratorDirection{
XRGeneratorDirection_Forward,
XRGeneratorDirection_Backward,
};
Members
- XRGeneratorDirection_Forward
Indicates that the items should be generated in a forward direction.
- XRGeneratorDirection_Backward
Indicates that the items should be generated in a backward direction.
.NET Framework Equivalent
System.Windows.Controls.Primitives.GeneratorDirection
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |