Skip to main content

TcxTreeListColumn Members

An unbound Tree List column.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.

Properties

Name Description
ActuallyVisible Indicates whether the current column is displayed within the TreeList control.
BestFitMaxWidth Specifies the maximum width (in pixels) for the column with Best Fit applied.
Caption Provides access to settings that determine the appearance of the current column’s caption.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Data Inherited from TcxCustomInplaceEditContainer.
DataBinding Specifies an object which links the current column to a data field.
DesignInfo Inherited from TComponent.
DisplayTexts Gets the display text of particular column value.
DisplayWidth Specifies the column’s width on screen, in pixels.
Editing Indicates whether the current column is being edited (in edit mode).
EditValue Specifies the value of the cell being edited.
Filtered Inherited from TcxCustomInplaceEditContainer.
FilteringDateRanges Inherited from TcxCustomInplaceEditContainer.
Focused Indicates whether the current column is focused.
IndentWidth Determines the increment (in pixels) by which the expandable column‘s width is increased during node expansion.
IsHidden Indicates whether the column is displayed within the TreeList control.
IsLeft Indicates whether the current column is the first visible one within its band.
IsPreview Specifies whether the column’s values are used within the preview section.
IsRight Indicates whether the current column is the last visible one within its band.
ItemIndex Specifies the position of the current column within the TreeList control’s Columns collection.
MinWidth Specifies the column’s minimum width, in pixels.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Options Provides access to the column’s appearance options and settings that determine the column’s response to end-user actions.
Owner Inherited from TComponent.
Position Provides access to settings that specify the column’s position within a band.
Properties Provides access to active in-place editor settings. Inherited from TcxCustomInplaceEditContainer.
PropertiesClass Specifies a reference to the editor properties class that corresponds to the active in-place editor type. Inherited from TcxCustomInplaceEditContainer.
PropertiesClassName Specifies the in-place editor type by its class name. Inherited from TcxCustomInplaceEditContainer.
PropertiesValue Provides access to active in-place editor settings. Inherited from TcxCustomInplaceEditContainer.
RepositoryItem Specifies an edit repository item for the data item. Inherited from TcxCustomInplaceEditContainer.
SortIndex Specifies the index of the current column within sorted columns.
SortOrder Specifies the sort order of the column’s values.
StatusHint Specifies the hint displayed in a status bar.
Styles Provides access to the style settings of the column’s elements.
Summary Provides access to the column’s summary collections.
SummaryFooter
Tag Inherited from TComponent.
TreeList Provides access to the Tree List control to which the column belongs.
Value Inherited from TcxCustomInplaceEditContainer.
ValueCount Inherited from TcxCustomInplaceEditContainer.
Values Provides access to the column’s value within a specified node.
VCLComObject Inherited from TComponent.
Visible Specifies the visibility of the column’s values within the TreeList control.
VisibleForExpressionEditor Specifies an item’s visibility in the “Expression Editor Dialog“ dialog. Inherited from TcxCustomInplaceEditContainer.
VisibleIndex Determines the visible position of the current column within the TreeList control.
Width Specifies the column width, in pixels.

Methods

Name Description
ApplyBestFit Adjusts the column width to display content in full.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
MakeVisible Scrolls the parent Tree List control horizontally to bring the current column into view.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RestoreDefaults Restores the default column settings.
RestoreWidths Resets the column’s width to its default value.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
ShowExpressionEditor Invokes the Expression Editor dialog for the tree list column. Inherited from TcxCustomInplaceEditContainer.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

Events

Name Description
OnGetDisplayText Enables you to specify the display text for a data cell.
OnGetEditingProperties Allows you to change the active in-place editor and customize its settings when a user invokes it for a data cell in the tree list column.
OnGetEditProperties Allows you to change the active in-place editor and customize its settings depending on specific conditions.
OnGetFilterImages Allows you to replace images displayed in a grid item’s filter pop-up window. Inherited from TcxCustomInplaceEditContainer.
OnGetFilterValues Inherited from TcxCustomInplaceEditContainer.
OnGetStoredProperties Enables you to customize a list of the current column’s properties to be stored to external data stores.
OnGetStoredPropertyValue Enables you to provide values for column properties to be saved to external data stores.
OnInitFilteringDateRanges Inherited from TcxCustomInplaceEditContainer.
OnSetStoredPropertyValue Enables you to restore the current column’s property values from external data stores.
OnUserFiltering Inherited from TcxCustomInplaceEditContainer.
OnUserFilteringEx Inherited from TcxCustomInplaceEditContainer.
OnValidateDrawValue Enables you to customize the manner in which validation errors are visualized in the column’s data cells.
PropertiesEvents Inherited from TcxCustomInplaceEditContainer.
See Also