Gets or sets the name of the JavaScript function or the entire code which will handle a client pivot grid's ASPxClientPivotGrid.CustomizationFieldsVisibleChanged event.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll
[DefaultValue("")] public string CustomizationFieldsVisibleChanged { get; set; }
<DefaultValue("")> Public Property CustomizationFieldsVisibleChanged As String
String.Empty
A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.