Storage used for persisting elements of object state which can't be serialized to JSON using JsonAttribute.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.None)]
public override Hashtable InnerState { get; }
Visual Basic
<LayoutAttribute(LayoutType.None)> _
Public Overrides ReadOnly Property InnerState As Hashtable
	Get

See Also