Class MultiSelectLocale
Defines the MultiSelectLocale.
Inheritance
System.Object
MultiSelectLocale
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public class MultiSelectLocale : Object
Constructors
MultiSelectLocale()
Declaration
public MultiSelectLocale()
Properties
ActionFailureTemplate
Gets or sets the ActionFailureTemplate property.
Declaration
public string ActionFailureTemplate { get; set; }
Property Value
Type |
---|
System.String |
NoRecordsTemplate
Gets or sets the NoRecordsTemplate property.
Declaration
public string NoRecordsTemplate { get; set; }
Property Value
Type |
---|
System.String |
OverflowCountTemplate
Gets or sets the OverflowCountTemplate property.
Declaration
public string OverflowCountTemplate { get; set; }
Property Value
Type |
---|
System.String |
SelectAllText
Gets or sets the SelectAllText property.
Declaration
public string SelectAllText { get; set; }
Property Value
Type |
---|
System.String |
TotalCountTemplate
Gets or sets the TotalCountTemplate property.
Declaration
public string TotalCountTemplate { get; set; }
Property Value
Type |
---|
System.String |
UnSelectAllText
Gets or sets the UnSelectAllText property.
Declaration
public string UnSelectAllText { get; set; }
Property Value
Type |
---|
System.String |