Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridColumn.IsRight Property

Specifies whether the column is displayed at the right of the object that owns the column.

#Declaration

Delphi
property IsRight: Boolean read;

#Property Value

Type
Boolean

#Remarks

In a Banded Table View, a band owns columns. The IsRight property returns True for columns positioned at the right edge of the corresponding band. For a Table View, the IsRight property returns the value of the IsLast member value. To determine whether a column is displayed at the right edge of a View, read the IsMostRight property.

See Also