ImageAndText Property (DetailRow)
In This Topic
Gets or sets a value that determines whether images found in this row or column's
ImageMap should be displayed instead of or in addition to the cell text.
Syntax
'Declaration
Public Property ImageAndText As Boolean
public bool ImageAndText {get; set;}
See Also