Class TotalCountBuilder
Represents a class for TotalCountBuilder which includes text property and used to change column total count text.
Inheritance
System.Object
TotalCountBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class TotalCountBuilder
Constructors
TotalCountBuilder(TotalCount)
Initializes a new instance of the Syncfusion.JavaScript.ColumnTotalCountBuilder class.
Declaration
public TotalCountBuilder(TotalCount totalCount)
Parameters
Type | Name | Description |
---|---|---|
TotalCount | totalCount | The totalCount |
Methods
Text(String)
It is used to specify the customization text.
Declaration
public TotalCountBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | It displays the column based total count customization text |
Returns
Type | Description |
---|---|
TotalCountBuilder | TotalCountBuilder |