Class TextColumn
The TextColumn control provides a custom Text Column.
Inheritance
System.Object
TextColumn
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class TextColumn : TemplateColumn
Properties
| Improve this Doc View SourceDataField
Gets or sets the Data Field is the field that binds to the Text Column.
Declaration
public string DataField { get; set; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Text
Gets or sets the Text (for Header/Footer Templates).
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | A String. |
Width
Gets or sets the Width of the Column.
Declaration
public Unit Width { get; set; }
Property Value
Type | Description |
---|---|
Unit | A Unit. |
Methods
| Improve this Doc View SourceInitialize()
Initialises the Column.
Declaration
public override void Initialize()