Class LocaleData
Defines the LocaleData.
Inheritance
System.Object
LocaleData
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public class LocaleData : Object
Constructors
LocaleData()
Declaration
public LocaleData()
Properties
AutoComplete
Gets or sets the AutoComplete property.
Declaration
public AutoCompleteLocale AutoComplete { get; set; }
Property Value
Type |
---|
AutoCompleteLocale |
ColorPicker
Declaration
public ColorPickerLocale ColorPicker { get; set; }
Property Value
Type |
---|
ColorPickerLocale |
ComboBox
Gets or sets the ComboBox property.
Declaration
public ComboBoxLocale ComboBox { get; set; }
Property Value
Type |
---|
ComboBoxLocale |
DropDownList
Gets or sets the DropDownList property.
Declaration
public DropDownListLocale DropDownList { get; set; }
Property Value
Type |
---|
DropDownListLocale |
Dropdowns
Gets or sets the Dropdowns property.
Declaration
public DropdownsLocale Dropdowns { get; set; }
Property Value
Type |
---|
DropdownsLocale |
FormValidator
Returns the formValidator locale.
Declaration
public FormValidatorLocale FormValidator { get; set; }
Property Value
Type |
---|
FormValidatorLocale |
ListBox
Gets or sets the ListBox property.
Declaration
public ListBoxLocale ListBox { get; set; }
Property Value
Type |
---|
ListBoxLocale |
MultiSelect
Gets or sets the MultiSelect property.
Declaration
public MultiSelectLocale MultiSelect { get; set; }
Property Value
Type |
---|
MultiSelectLocale |
NumericTextBox
Returns the numerictextbox locale.
Declaration
public NumericTextBoxLocale NumericTextBox { get; set; }
Property Value
Type |
---|
NumericTextBoxLocale |
Slider
Declaration
public SliderLocale Slider { get; set; }
Property Value
Type |
---|
SliderLocale |
Uploader
Returns the upload locale.
Declaration
public UploaderLocale Uploader { get; set; }
Property Value
Type |
---|
UploaderLocale |