Click or drag to resize

WebFormGridViewChromeMode Enumeration

Describes the behavior of a gridview's header or footer.

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 WebFormGridViewChromeMode
Members
  Member nameValueDescription
Hidden0 Not shown at all.
Embedded1 Always visible.
Ghost2 Only visible when the user's cursor is on the gridview.
ShowOnClick3 Only visible when the user clicks on the gridview.
See Also