AxpDataGrid

DataColumn Members

DataColumn overview

Public Instance Constructors

DataColumn Constructor Initializes a new instance of the DataColumn class.

Public Instance Properties

CaptionGets or sets the Column Header in Grid Mode or the Caption in Form View mode
CellHtmlAttributesGets or set Html attributes for all cells in a Column
ColumnNameGets or sets the Data Column Name.
DataTypeGets the .NET DataType of the column
FormatCellFunctionGets or sets the FormatCellFunction for a column
FreeFormatCellGets or sets the FreeFormatCell function for a Column
GridHeadHtmlAttributesGets or sets Html attributes for Grid column Headers or Form View Column Captions
IsBlobTrue if the data column is a blob field
IsLongTextTrue if the data field is a Long Text field
IsSortableWhether a column should be sortable or not.
VisibleWheter a column is visible.
WidthGets or sets the width of the column
WrapWheter the column should wrap

Public Instance Methods

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.

Protected Instance Methods

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.

See Also

DataColumn Class | Axezz.WebControls Namespace