FormGridControl.showColLabels Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
showColLabels() | |
showColLabels(Boolean) |
showColLabels()
public:
virtual bool showColLabels();
public virtual bool showColLabels ();
abstract member showColLabels : unit -> bool
override this.showColLabels : unit -> bool
Public Overridable Function showColLabels () As Boolean
Returns
Applies to
showColLabels(Boolean)
public:
virtual bool showColLabels(bool _value);
public virtual bool showColLabels (bool _value);
abstract member showColLabels : bool -> bool
override this.showColLabels : bool -> bool
Public Overridable Function showColLabels (_value As Boolean) As Boolean
Parameters
- _value
- Boolean