ASPxSpreadsheet.RaiseEventsOnModificationsViaAPI Property
Gets or sets whether to raise the ASPxSpreadsheet.CellValueChanged event when changes are made via an API. Normally, these event is fired only when the document is modified by using the control UI.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v19.2.dll
Declaration
public static bool RaiseEventsOnModificationsViaAPI { get; set; }
Public Shared Property RaiseEventsOnModificationsViaAPI As Boolean
Property Value
See Also