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

TcxvgOptionsView.ShowEmptyRowImage Property

Specifies whether the text in row header cells will be indented.

#Declaration

Delphi
property ShowEmptyRowImage: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Rows can display header images if the TcxCustomVerticalGrid.Images property is set to the TCustomImageList instance.

If the value of the TcxCaptionRowProperties.ImageIndex property of the specified row is set to -1 this row will not display image in its header. In this case it’s possible to align header text in this row at the value of image width.

If the value of the ShowEmptyRowImage is True the header text will be indented to the right at the value of image width.

Otherwise no spacing will occur.

The default value of the ShowEmptyRowImage property is False.

See Also