New to Telerik UI for WPFStart a free 30-day trial

Object that represents Group with null value.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.Pivot.Core.dll

Syntax:

C#
public class NullValue

Inheritance: objectNullValue

Properties

Gets the singleton instance of NullValue class.

C#
public static NullValue Instance { get; }

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

Overrides the string representation.

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()