DataGridViewCellStyle.Tag Property
Definition
Gets or sets an object that contains additional data related to the DataGridViewCellStyle.
public:
property System::Object ^ Tag { System::Object ^ get(); void set(System::Object ^ value); };
[System.ComponentModel.Browsable(false)]
public object Tag { get; set; }
member this.Tag : obj with get, set
Public Property Tag As Object
Property Value
An object that contains additional data. The default is null
.
- Attributes