TcxGridColumnHeaderViewInfo.IsPressed Property
In This Article
Indicates whether the column header is currently pressed.
#Declaration
Delphi
property IsPressed: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This property returns True if the State property contains the gcsPressed value.
See Also