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 | Description |
---|---|
AutoCompleteLocale |
ColorPicker
Declaration
public ColorPickerLocale ColorPicker { get; set; }
Property Value
Type | Description |
---|---|
ColorPickerLocale |
ComboBox
Gets or sets the ComboBox property.
Declaration
public ComboBoxLocale ComboBox { get; set; }
Property Value
Type | Description |
---|---|
ComboBoxLocale |
Diagram
Declaration
public DiagramLocale Diagram { get; set; }
Property Value
Type | Description |
---|---|
DiagramLocale |
DropDownList
Gets or sets the DropDownList property.
Declaration
public DropDownListLocale DropDownList { get; set; }
Property Value
Type | Description |
---|---|
DropDownListLocale |
Dropdowns
Gets or sets the Dropdowns property.
Declaration
public DropdownsLocale Dropdowns { get; set; }
Property Value
Type | Description |
---|---|
DropdownsLocale |
FormValidator
Returns the formValidator locale.
Declaration
public FormValidatorLocale FormValidator { get; set; }
Property Value
Type | Description |
---|---|
FormValidatorLocale |
ListBox
Gets or sets the ListBox property.
Declaration
public ListBoxLocale ListBox { get; set; }
Property Value
Type | Description |
---|---|
ListBoxLocale |
MultiSelect
Gets or sets the MultiSelect property.
Declaration
public MultiSelectLocale MultiSelect { get; set; }
Property Value
Type | Description |
---|---|
MultiSelectLocale |
NumericTextBox
Returns the numerictextbox locale.
Declaration
public NumericTextBoxLocale NumericTextBox { get; set; }
Property Value
Type | Description |
---|---|
NumericTextBoxLocale |
Slider
Declaration
public SliderLocale Slider { get; set; }
Property Value
Type | Description |
---|---|
SliderLocale |
Uploader
Returns the upload locale.
Declaration
public UploaderLocale Uploader { get; set; }
Property Value
Type | Description |
---|---|
UploaderLocale |