IndicatorClickEventArgsValue Property
This can be used to get the cell value related to the event. It can also be used to pass back a new
cell value if the cell is editable.
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Object Value { get; set; }
Public Property Value As Object
Get
Set
public:
property Object^ Value {
Object^ get ();
void set (Object^ value);
}
member Value : Object with get, set
Property Value
Object