Class DropdownsLocale
Inheritance
System.Object
DropdownsLocale
Assembly: Syncfusion.Blazor.dll
Syntax
public class DropdownsLocale : Object
Constructors
DropdownsLocale()
Declaration
Properties
ActionFailureTemplate
Declaration
public string ActionFailureTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
NoRecordsTemplate
Declaration
public string NoRecordsTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
OverflowCountTemplate
Declaration
public string OverflowCountTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectAllText
Declaration
public string SelectAllText { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalCountTemplate
Declaration
public string TotalCountTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
UnSelectAllText
Declaration
public string UnSelectAllText { get; set; }
Property Value
Type |
Description |
System.String |
|