Class DateMembers
It allow to set date members information.
Inheritance
System.Object
DateMembers
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
public class DateMembers : ICloneable
Constructors
DateMembers(String, Object)
It allow to set date members information from given parameters.
Declaration
public DateMembers(string formattedText = null, object actualText = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | formattedText | |
System.Object | actualText |
Properties
ActualText
It allow to set actual value for specific member.
Declaration
public object ActualText { get; set; }
Property Value
Type |
---|
System.Object |
FormattedText
It allow to set formatted text for specific member.
Declaration
public string FormattedText { get; set; }
Property Value
Type |
---|
System.String |
Methods
Cloning()
It allow to get cloned date members information using ICloneable
Declaration
public virtual object Cloning()
Returns
Type |
---|
System.Object |
Explicit Interface Implementations
ICloneable.Clone()
Declaration
object ICloneable.Clone()
Returns
Type |
---|
System.Object |
Implements
System.ICloneable