Skip to main content

EditFormView Members

Stores appearance settings of the grid’s edit form view.

Constructors

Name Description
EditFormView() Initializes a new instance of the EditFormView class.

Fields

Name Description
CheckBoxColorProperty static Identifies the CheckBoxColor bindable property.
CheckedCheckBoxColorProperty static Identifies the CheckedCheckBoxColor bindable property.
DataGridViewProperty static Identifies the DataGridView bindable property.
ErrorFontAttributesProperty static Identifies the ErrorFontAttributes bindable property.
ErrorFontColorProperty static Identifies the ErrorFontColor bindable property.
ErrorFontFamilyProperty static Identifies the ErrorFontFamily bindable property.
ErrorFontSizeProperty static Identifies the ErrorFontSize bindable property.
ErrorMinBottomOffsetProperty static Identifies the ErrorMinBottomOffset bindable property.
ErrorTopOffsetProperty static Identifies the ErrorTopOffset bindable property.
FontAttributesProperty static Identifies the FontAttributes bindable property.
FontColorProperty static Identifies the FontColor bindable property.
FontFamilyProperty static Identifies the FontFamily bindable property.
FontSizeProperty static Identifies the FontSize bindable property.
ItemPaddingProperty static Identifies the ItemPadding bindable property.
ItemProperty static Identifies the Item bindable property.
PaddingProperty static Identifies the Padding bindable property.
TextDecorationsProperty static Identifies the TextDecorations bindable property.

Properties

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

Methods

Name Description
Commit()
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
UpdateValidation()
See Also