Skip to main content

TdxListColumn Class

A list column.

Declaration

TdxListColumn = class(
    TcxComponentCollectionItem,
    IdxAutomationElement
)

Remarks

The List View control displays columns only when the Report View Style is active.

Report Mode

Main API Members

The list below outlines key members of the TdxListColumn class.

Automation

Provides access to UI Automation and accessibility-related settings.

Tip

Use Automation.Name, Automation.Description, and other API members to specify information visible to third-party assistive tools as UIA node properties.

Caption
Specifies a caption for the column.
ImageIndex
Specifies an index in the image list associated with the parent Tree List control.
SortOrder
Sorts column content in ascending or descending order.

Layout Settings

Alignment | HeaderAlignment
Specify content and header positions.
ApplyBestFit
Adjusts column width to fit content in full.
MaxWidth | MinWidth
Specify column width constraints.
Width
Specifies column width in pixels.

General-Purpose API Members

Columns
Provides access to the parent collection.
ListView
Provides access to the parent List View control.

Direct TdxListColumn Class References

The following public API members reference a TdxListColumn object:

TdxListColumns.Add
Appends a new column with default settings.
TdxListColumns.Items
Provides indexed access to stored columns.
See Also