Click or drag to resize

PFGridView_FrameHeaderContent Enumeration

Describes the caption of a gridview's header.

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_FrameHeaderContent
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