Show / Hide Table of Contents

Enum GeneratorDirection

This enum is used by the ItemContainerGenerator and its client to specify the direction in which the generator produces UI.

Namespace: System.Windows.Controls.Primitives
Assembly: OpenSilver.dll
Syntax
public enum GeneratorDirection

Fields

Name Description
Backward

generate backward through the item collection

Forward

generate forward through the item collection

  • Improve this Doc
  • View Source