Class BindColumn
Contents
[
Hide
]BindColumn class
BindColumn.
public class BindColumn : ISerializable
Constructors
Name | Description |
---|---|
BindColumn() | Default constructor. |
Properties
Name | Description |
---|---|
AlternativeStyle { get; set; } | Gets or sets the alternative style of the column. |
Caption { get; set; } | The caption of the column. |
ColumnHeaderStyle { get; set; } | Gets or sets the style of the column. |
CommandName { get; set; } | The command name of the column. A CellCommand Hyperlink will be created in the bound cell if the CommandName property is set. |
CommandText { get; set; } | The displaying command text of the column. If set to null, the cell will use the field value as the command text. |
CustomFormat { get; set; } | The custom format string. |
DataField { get; set; } | Gets or sets the data field name string. |
EnableSort { get; set; } | Indicates whether the user can click the column header to sort by this field. |
ImageUrl { get; set; } | The image url of the command hyperlink. |
IsAutoCreated { get; set; } | Indicates whether the column is created automatically. If true, the column will be deleted when user change the datasource in the design time. |
IsReadOnly { get; set; } | Indicates whether the column is readonly. |
Name { get; } | Design time used only. |
NumberType { get; set; } | Gets or sets the number type of the column. |
Style { get; set; } | Gets or sets the style of the column. |
UseAlternativeStyle { get; set; } | Gets or sets whether to use the alternative style for the column. |
Validation { get; set; } | Gets or sets the validation object of the column. |
Width { get; set; } | Gets of sets the width of the column.only pixel or point accept |
See Also
- namespace Aspose.Cells.GridWeb
- assembly Aspose.Cells.GridWeb