DataControlField.ShowHeader Property

Definition

Gets or sets a value indicating whether the header item of a data control field is rendered.

public:
 virtual property bool ShowHeader { bool get(); void set(bool value); };
public virtual bool ShowHeader { get; set; }
member this.ShowHeader : bool with get, set
Public Overridable Property ShowHeader As Boolean

Property Value

true if the header item of the DataControlField is rendered; otherwise, false. The default is true.

Remarks

Use the ShowHeader property to specify whether the header item is displayed in a DataControlField object.

Applies to

See also