Click or drag to resize

Header Class

X#
The VFP compatible Header class.
Inheritance Hierarchy
Object
  DataGridViewElement
    DataGridViewCell
      DataGridViewHeaderCell
        DataGridViewColumnHeaderCell
          Header

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 CLASS Header INHERIT DataGridViewColumnHeaderCell
Request Example View Source

The Header type exposes the following members.

Constructors
  NameDescription
Public methodHeader
Initializes a new instance of the Header class
Public methodHeader(DataGridViewColumnHeaderCell)
Initializes a new instance of the Header class
Top
Properties
  NameDescription
Public propertyFontSize
Public propertyName
Public propertyText
Text is the Value of the HeaderCell
Public propertyTextAlign
Top
Methods
  NameDescription
Public methodClone (Overrides Clone.)
Top
See Also