Skip to main content
A newer version of this page is available. .

EditFormView Members

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

Constructors

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

Fields

Name Description
CheckBoxColorProperty static
DataGridViewProperty static Identifies the EditFormView.DataGridView bindable property.
ErrorFontAttributesProperty static
ErrorFontColorProperty static
ErrorFontFamilyProperty static
ErrorFontSizeProperty static
ErrorMinBottomOffsetProperty static
ErrorTopOffsetProperty static
FontAttributesProperty static Identifies the EditFormView.FontAttributes bindable property.
FontColorProperty static Identifies the EditFormView.FontColor bindable property.
FontFamilyProperty static Identifies the EditFormView.FontFamily bindable property.
FontSizeProperty static Identifies the EditFormView.FontSize bindable property.
ItemPaddingProperty static Identifies the EditFormView.ItemPadding bindable property.
ItemProperty static Identifies the EditFormView.Item bindable property.
PaddingProperty static Identifies the EditFormView.Padding bindable property.

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