Click or drag to resize

WebFormGridViewViewListFilter Enumeration

Describes how is defined the list of views available for selection in a gridview.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum WebFormGridViewViewListFilter
Members
  Member nameValueDescription
AllExceptHidden0 All views except the chosen ones.
Custom1 The chosen ones only.
See Also