Skip to main content

TcxvgOptionsView.ShowEmptyRowImage Property

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

Declaration

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