Class NullValue
Object that represents Group with null value.
Inheritance
System.Object
NullValue
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class 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
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Overrides the string representation.
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()