Back to Devexpress

GridOptionsEditForm.CustomEditFormLayout Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionseditform-0ef2fcb2.md

latest3.0 KB
Original Source

GridOptionsEditForm.CustomEditFormLayout Property

Gets or sets the custom user control used as an Edit Form.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public virtual UserControl CustomEditFormLayout { get; set; }
vb
<DefaultValue(Nothing)>
<Browsable(False)>
Public Overridable Property CustomEditFormLayout As UserControl

Property Value

TypeDefaultDescription
UserControlnull

The custom user control used as an Edit Form.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CustomEditFormLayout
GridView

.OptionsEditForm .CustomEditFormLayout

|

Remarks

If a user control is assigned to the CustomEditFormLayout property, it is used as an Edit Form. The EditFormUserControl is the base class to create a custom Edit Form. For an in-depth discussion, see the Modify and Validate Cell Values topic.

The following picture shows an example of the custom Edit Form :

See Also

Edit Data. Create Cell Editors. Validate User Input

EditFormUserControl

SetBoundFieldName(Control, String)

SetBoundPropertyName(Control, String)

GridOptionsEditForm Class

GridOptionsEditForm Members

DevExpress.XtraGrid.Views.Grid Namespace