Click or drag to resize

WebFormGridViewCustomViewList Property

Gets or sets a list of views' GUIDs available for selection when the HeaderContent is ViewSelection or Both. Note: the list is used to specify hidden views when the ViewListFilter is set to AllExceptHidden.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<Guid> CustomViewList { get; set; }

Property Value

Type: ListGuid
See Also