Skip to main content

EditBase Properties

The base class for all data editors.
Name Description
AllowAnimation Specifies whether the editor’s floating label moves with a smooth animation effect.
BorderColor Gets or sets the color of the editor box borders.
BorderThickness Gets or sets the thickness of the editor box borders.
BottomTextFontAttributes Gets or sets whether the editor’s help and error text is bold or italic.
BottomTextFontFamily Gets or sets the font family name for the editor’s help and error text.
BottomTextFontSize Gets or sets the font size of the editor’s help and error text.
BottomTextTopIndent Gets or sets the distance between the editor’s bottom border and help/error text.
BoxHeight Gets or sets the edit box height.
BoxMargin Gets the margin of the edit box inside the editor.
BoxMinHeight Gets or sets the minimum edit box height.
BoxMinWidth Gets or sets the minimum edit box width.
BoxMode Gets or sets whether a stroke is displayed around the entire editor box or for the bottom edge only.
BoxPadding Gets or sets the amount of space between borders of the edit box and its content.
CharacterCasing Gets or sets whether to automatically convert characters to lowercase or uppercase when a user enters text in the editor.
ClearIcon Specifies the clear icon image.
ClearIconColor Gets or sets the color of the clear icon.
ClearIconCommand Specifies the command executed when a user taps the clear icon.
ClearIconCommandParameter Specifies the parameter passed to the ClearIconCommand.
ClearIconVisibility Specifies when the clear icon is displayed.
CornerMode Gets or sets whether edit box corners are rounded or cut.
CornerRadius Gets or sets the corner radius of the edit box.
CursorColor Gets or sets the color of the input cursor.
DisabledBackgroundColor Gets or sets the edit box background in disabled state.
DisabledBorderColor Gets or sets the color of the editor box borders in a disabled state.
DisabledBorderThickness Gets or sets the thickness of the editor box borders in a disabled state.
DisabledHelpTextColor Specifies the color of the help text shown below the disabled editor.
DisabledIconColor Specifies the color for icons of the editor in a disabled state.
DisabledLabelColor Gets or sets the text color for the label of the editor in a disabled state.
DisabledTextColor Gets or sets the color of text entered into the editor in a disabled state.
DisplayText Gets a string value that specifies the formatted text displayed in the editor.
EndIcon Specifies the trailing icon image.
EndIconColor Gets or sets the color of a custom icon displayed at the editor’s far edge.
EndIconCommand Specifies the command executed when a user taps the trailing icon.
EndIconCommandParameter Specifies the parameter passed to the EndIconCommand.
ErrorColor Gets or sets the color of the edit box’s borders, label, error icon, and error message if there is an input error.
ErrorIcon Specifies the error icon image.
ErrorIconColor Gets or sets the color of an icon displayed when HasError is set to true.
ErrorIconCommand Specifies the command executed when a user taps the error icon.
ErrorIconCommandParameter Specifies the parameter passed to the ErrorIconCommand.
ErrorText Specifies the text message that appears below the editor in an error state.
FocusedBorderColor Gets or sets the color of the editor box borders in the focused state.
FocusedBorderThickness Gets or sets the thickness of the editor box borders in a focused state.
FocusedLabelColor Gets or sets the text color for the label of the editor in a focused state.
HasError Allows you to switch the editor to an error state.
HelpText Specifies the input prompt text displayed below the edit box.
HelpTextColor Specifies the color of the help text shown below the edit box.
IconColor Specifies the color for editor icons.
IconIndent Gets or sets the distance between an icon and input text (affix).
IconSpacing Gets or sets the distance between icons.
IconVerticalAlignment Gets or sets the vertical alignment of icons.
IsEndIconVisible Gets or sets whether the trailing icon is visible.
IsErrorIconVisible Gets or sets whether the error icon is visible.
IsLabelFloating Gets or sets whether the label changes its position depending on the editor state, or it is pinned to the top of the editor box.
IsReadOnly Gets or sets whether users can change a value in the editor.
IsStartIconVisible Gets or sets whether the leading icon is visible.
LabelColor Gets or sets the text color for the label of the editor in an unfocused state.
LabelFontSize Gets or sets the font size of the editor’s label text.
LabelText Gets or sets the editor’s label text.
PlaceholderColor Specifies the placeholder color.
PlaceholderText Specifies the placeholder text.
ReserveBottomTextLine Allows you to reserve a line for the error text below the edit box.
ReturnCommand Specifies the command that is executed when a user taps the ‘Return’ button.
ReturnCommandParameter Specifies the parameter passed to the ReturnCommand.
ReturnType Specifies the appearance of the ‘Return’ button on the operating system’s on-screen keyboard.
StartIcon Specifies the leading icon image.
StartIconColor Gets or sets the color of a custom icon displayed at the editor’s near edge.
StartIconCommand Specifies the command executed when a user taps the leading icon.
StartIconCommandParameter Specifies the parameter passed to the StartIconCommand.
TextColor Gets or sets the color of text entered into the editor.
TextFontAttributes Gets or sets the font style that the editor uses for input text, label and placeholder.
TextFontFamily Gets or sets the font family that the editor uses for input text, label and placeholder.
TextFontSize Gets or sets the font size of text entered into the editor.
TextHorizontalAlignment Gets or sets the horizontal alignment of text entered in the editor.
See Also