LookUpColumnInfo Properties
A column for a lookup editor.| Name | Description |
|---|---|
| Alignment | Gets or sets the horizontal alignment of column values within the current column. |
| AllowSort | Gets or sets whether the column supports data sorting. |
| Caption | Gets or sets the column’s caption. |
| FieldName | Gets or sets the field name whose values are displayed in the column. |
| FormatString | Specifies the pattern used to format column values when the LookUpColumnInfo.FormatType is not set to FormatType.None. |
| FormatType | Gets or sets the type of formatting applied when displaying column values. |
| MaxWidth | |
| SortOrder | Gets or sets the sort order applied to the current column. |
| Visible | Gets or sets the visibility of the current column. |
| Width | Gets or sets the width of the current column. |
See Also