Click or drag to resize

PFGridView_FrameFooterMode Enumeration

Describes the behavior of a gridview's footer.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public enum PFGridView_FrameFooterMode
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