Class NullValue
Object that represents Group with null value.
Inheritance
System.Object
NullValue
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public class NullValue : Object
Constructors
NullValue()
Properties
Instance
Gets the singleton instance of NullValue class.
Declaration
public static NullValue Instance { get; }
Property Value
NullValue
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Overrides the string representation.
Declaration
public override string ToString()
Returns
System.String
|