Click or drag to resize

FirstEnumSelection Enumeration

Defines which enum values are selected by default when the restriction is prompted for the first time

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public enum FirstEnumSelection
Members
Member nameValueDescription
None0 Use the selected values
All1 Select all the values
First2 Select the first value
Last3 Select the last value
See Also