Skip to main content

EditFormView Properties

Stores appearance settings of the grid’s edit form view.
Name Description
ActualAppearance Gets the common appearance settings that are applied to the current EditFormView.
CheckBoxColor Gets or sets the color of the EditFormView check boxes. This is a bindable property.
CheckedCheckBoxColor Gets or sets the color of the EditFormView checked check boxes. This is a bindable property.
DataGridView
ErrorFontAttributes Gets or sets whether the error text’s font is bold and/or italic. This is a bindable property.
ErrorFontColor Gets or sets the error text’s font color. This is a bindable property.
ErrorFontFamily Gets or sets the font family of the EditFormView‘s editor when its value is invalid. This is a bindable property.
ErrorFontSize Gets or sets the font size of the EditFormView‘s editor when its value is invalid. This is a bindable property.
ErrorMinBottomOffset Gets or sets the minimum bottom offset between the editor whose value is invalid and the error text. This is a bindable property.
ErrorTopOffset Gets or sets the top offset between the editor whose value is invalid and the error text. This is a bindable property.
FontAttributes Gets or sets the font attributes of the EditFormView. This is a bindable property.
FontColor Gets or sets the font color of the EditFormView. This is a bindable property.
FontFamily Gets or sets the font family of the EditFormView. This is a bindable property.
FontSize Gets or sets the font size of the EditFormView. This is a bindable property.
Item
ItemPadding Gets or sets the padding of the EditFormView‘s items. This is a bindable property.
Padding Gets or sets the padding of the EditFormView. This is a bindable property.
TextDecorations Gets or sets the text decorations of the EditFormView‘s editors. This is a bindable property.
ViewModel
See Also