Gets or sets the custom data associated by this item.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public Object Value { get; set; } |
Visual Basic
Copy Code
|
---|
Public Property Value As Object |
Property Value
Type: Object An instance of the System.Object class. Default value is null (Nothing in VB.NET).
See Also
|