DataColumn Constructor
|
Initializes a new instance of the DataColumn class. |
Caption | Gets or sets the Column Header in Grid Mode or the Caption in Form View mode |
CellHtmlAttributes | Gets or set Html attributes for all cells in a Column |
ColumnName | Gets or sets the Data Column Name. |
DataType | Gets the .NET DataType of the column |
FormatCellFunction | Gets or sets the FormatCellFunction for a column |
FreeFormatCell | Gets or sets the FreeFormatCell function for a Column |
GridHeadHtmlAttributes | Gets or sets Html attributes for Grid column Headers or Form View Column Captions |
IsBlob | True if the data column is a blob field |
IsLongText | True if the data field is a Long Text field |
IsSortable | Whether a column should be sortable or not. |
Visible | Wheter a column is visible. |
Width | Gets or sets the width of the column |
Wrap | Wheter the column should wrap |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
DataColumn Class | Axezz.WebControls Namespace