Class
NullValue

Object that represents Group with null value.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
public class NullValue

Inheritance: objectNullValue

Properties

Instance

Gets the singleton instance of NullValue class.

Declaration

cs-api-definition
public static NullValue Instance { get; }

Property Value

NullValue

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

Overrides the string representation.

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()