GridEditFormSettings Properties |
The GridEditFormSettings type exposes the following members.
Name | Description | |
---|---|---|
CaptionDataField |
Data field to incude in form's caption
|
|
CaptionFormatString |
Caption format string - {0} parameter must be included and would be repaced with DataField value
|
|
ColumnNumber |
Number of vertical columns to split all edit fields on the form when it is autogenerated.
Each GridColumn has a EditFormColumnIndex to choose the column where
the editor would appear.
|
|
EditColumn |
Set properties of the update-cancel buttons column that appears in an edit form
|
|
EditFormType |
Specifies the type of the edit form. See GridEditFormType about details for
the possible values and their meanings.
|
|
FormCaptionStyle |
Style of the table row that shows the caption of the form
|
|
FormMainTableStyle |
Style of the forms' main table element
|
|
FormStyle |
Style of the forms's area (rendered as a DIV elemet)
|
|
FormTableAlternatingItemStyle |
Style of the alternating rows in the edit-form's table
|
|
FormTableButtonRowStyle |
Style of the footer row of the table, where the update-cancel buttons appear
|
|
FormTableItemStyle |
Style of the normal rows in the edit-form's table
|
|
FormTableStyle |
Style of the forms' table element
|
|
FormTemplate |
EditForm template - if EditFormType if EditFormType is of type Template.
|
|
InsertCaption |
Caption for the pop-up insert form
|
|
PopUpSettings |
Gets a reference to GridPopUpSettings class providing properties
related to PopUp EditForm.
|
|
UserControlName |