Click or drag to resize

WebFormGridViewHeaderContent Enumeration

Describes the caption of a gridview's header.

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 WebFormGridViewHeaderContent
Members
  Member nameValueDescription
None0 No caption.
Label1 A label containing the GridViewTitle.
ViewSelection2 A dropdown allowing changing the selected view.
Both3 Label+ViewSelection
See Also