EditValuesContainer.PropertyChanged Event
In This Article
For internal use.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
public event PropertyChangedEventHandler PropertyChanged
#Event Data
The PropertyChanged event's data class is PropertyChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Property |
Gets the name of the property that changed. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also