KaxRotatorOnClientItemsRequestFailed Property |
Gets or sets a value indicating the client-side event handler that is called when
the operation for populating the KaxRotator when load on demand has failed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string OnClientItemsRequestFailed { get; set; }
Public Property OnClientItemsRequestFailed As String
Get
Set
public:
property String^ OnClientItemsRequestFailed {
String^ get ();
void set (String^ value);
}
member OnClientItemsRequestFailed : string with get, set
Property Value
Type:
StringSee Also