[This is preliminary documentation and is subject to change.]
The Column type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | Column | Initializes a new instance of the Column class |
Methods
Name | Description | |
---|---|---|
![]() | Configure | |
![]() | Destructor | (Overrides DisposableObject Destructor .) |
![]() | DispatchCellSelection |
Dispatches appropriate events and performs row selection in the grid
|
![]() | Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) |
![]() | EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | Finalize | (Inherited from DisposableObject.) |
![]() | GetCommentFromRow | |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | GetValueFromRow | |
![]() | HasValueInRow | |
![]() | MakeCellElementInstance |
Override to create instance of cell view specific to particular column and row
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | OnCellSelection |
Invokes event
|
![]() | PersistConfiguration | |
![]() | RepositionTo |
Repositions this column in place of other
|
![]() | RepresentValueAsString |
Converts/formats cell object value as string so it can be painted. This implementation relies on FormatString.
Row instanced is also passed so formatting may be done per particular row state
Override to perform cell-specific conversions/formatting
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | ArbitraryData |
Handy field for attaching some business-related object to a column
|
![]() ![]() | CONFIG_SORT_ATTR | |
![]() ![]() | CONFIG_VISIBLE_ATTR | |
![]() ![]() | CONFIG_WIDTH_ATTR | |
![]() ![]() | MIN_MIN_WIDTH |
Properties
Name | Description | |
---|---|---|
![]() | DataType | |
![]() | Description |
Provides column description
|
![]() | Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) |
![]() | DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) |
![]() | FieldIndex |
Returns field index - this may be handy for associating column in array position so
column accessors may read data from list/array by index for faster response times
|
![]() | FormatString |
Provides column formatting string
|
![]() | Grid | |
![]() | HasCellSelection |
Indicartes whether this column has selected cell
|
![]() | HeaderStyle |
Returns style for header cell in this column
|
![]() | ID |
Provides unique column ID
|
![]() | MinWidth |
Gets/sets columns minimum width
|
![]() | SelectedStyle |
Returns style for cell in this column for selected row
|
![]() | SortDirection |
Returns/Sets sort direction for this column.
Grid and column sorting must be allowed otherwise setting this property has no effect and get
always returns SortDirection.None
|
![]() | SortingAllowed |
Determines whether this column may be sorted by
|
![]() | Style |
Returns style for data cells in this column
|
![]() | Title |
Provides the title of the column. If title not set the column ID is returned
|
![]() | Visible |
Determines whether column is shown in grid
|
![]() | Width |
Gets/sets columns width
|
Events
Name | Description | |
---|---|---|
![]() | CellSelection |
Occurs when user select a cell that belongs to this column
|
See Also