Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public static bool RaiseEventsOnModificationsViaAPI { get; set; }

Property Value

Type Description
Boolean

true if the ASPxSpreadsheet.CellValueChanged event is fired when changes are made via an API; otherwise, false.

See Also