Share via


FormGridControl.showColLabels Method

Definition

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

Returns

Applies to