Click or drag to resize

PFGridView_SelectionMode_Scope Enumeration

Describes the way a gridview should filter items when selection mode is active.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFGridView_SelectionMode_Scope
Members
  Member nameValueDescription
AllItems0 All items can be selected, regardless of the context.
ApplicationContext1 Only items with the same context as the current item can be selected.
See Also