DataGridViewImageCell.DataGridViewImageCellAccessibleObject.Description Property

Definition

Gets the text associated with the image in the image cell.

public:
 virtual property System::String ^ Description { System::String ^ get(); };
public override string Description { get; }
public override string? Description { get; }
member this.Description : string
Public Overrides ReadOnly Property Description As String

Property Value

The text associated with the image in the image cell.

Applies to

See also