Skip to main content

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

NuGet Package: DevExpress.Web.Office

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