TcxCustomGridColumn.IsRight Property
In This Article
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