Class ObjectWrapper
Inheritance
System.Object
ObjectWrapper
Namespace: Telerik.Blazor.Components.PivotGrid.Core.Fields
Assembly: Telerik.Blazor.dll
Syntax
public class ObjectWrapper : Object
Constructors
ObjectWrapper()
Declaration
public ObjectWrapper()
ObjectWrapper(String)
Declaration
public ObjectWrapper(string value)
Parameters
System.String
value
|
Properties
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|