Skip to main content

TcxRowOptions Members

Contains settings for customizing row behavior.

Constructors

Name Description
Create(TcxCustomRow) Initializes a new instance of the TcxRowOptions class with specified settings.

Properties

Name Description
CanAutoHeight Specifies whether to adjust the row height to show all the text in a cell.
CanMovedToCustomizationForm Specifies whether the current row can be moved to the Customization Form.
CanResized Specifies whether the user can change the height of specified row.
Focusing Specifies whether the specified row gets focus when the user navigates through rows using mouse or keyboard.
Moving Specifies whether the user can move rows within the grid control using drag and drop operation.
ShowExpandButton Specifies whether to display an expand button on the row if this row is parent.
ShowInCustomizationForm Specifies if the current row can be shown in the Customization Form.
TabStop

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
RestoreDefaults
ToString Inherited from TObject.
See Also