Get or sets current activity state of this dialog.

Namespace:  C1.Web.UI.Controls.C1Window
Assembly:  C1WindowClient (in C1WindowClient.dll)

Syntax

JavaScript
function get_activityState();
function set_activityState(value);

Remarks

When setting this property, state container will add relevant CSS class to C1Window statecontainer.

See Also