Class DateMembers
It allow to set date members information.
Inheritance
System.Object
DateMembers
Implements
System.ICloneable
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class DateMembers : Object, ICloneable
Constructors
DateMembers(String, Object)
Initializes a new instance of the DateMembers class. It allow to set date members information from given parameters.
Declaration
public DateMembers(string formattedText = null, dynamic actualText = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | formattedText | Formatted Text. |
System.Object | actualText | Actual Text. |
Properties
ActualText
It allow to set actual value for specific member.
Declaration
public dynamic 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 dynamic Cloning()
Returns
Type | Description |
---|---|
System.Object | cloned date members. |
Implements
System.ICloneable