Click or drag to resize
GridEditFormSettings Class
Settings for the edit forms generated by a GridTableView for each item that is in edit mode and the EditMode is set to EditForms.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsGridEditFormSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GridEditFormSettings : IStateManager

The GridEditFormSettings type exposes the following members.

Constructors
  NameDescription
Public methodGridEditFormSettings
Top
Properties
  NameDescription
Public propertyCaptionDataField
Data field to incude in form's caption
Public propertyCaptionFormatString
Caption format string - {0} parameter must be included and would be repaced with DataField value
Public propertyColumnNumber
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.
Public propertyEditColumn
Set properties of the update-cancel buttons column that appears in an edit form
Public propertyEditFormType
Specifies the type of the edit form. See GridEditFormType about details for the possible values and their meanings.
Public propertyFormCaptionStyle
Style of the table row that shows the caption of the form
Public propertyFormMainTableStyle
Style of the forms' main table element
Public propertyFormStyle
Style of the forms's area (rendered as a DIV elemet)
Public propertyFormTableAlternatingItemStyle
Style of the alternating rows in the edit-form's table
Public propertyFormTableButtonRowStyle
Style of the footer row of the table, where the update-cancel buttons appear
Public propertyFormTableItemStyle
Style of the normal rows in the edit-form's table
Public propertyFormTableStyle
Style of the forms' table element
Public propertyFormTemplate
EditForm template - if EditFormType if EditFormType is of type Template.
Public propertyInsertCaption
Caption for the pop-up insert form
Public propertyPopUpSettings
Gets a reference to GridPopUpSettings class providing properties related to PopUp EditForm.
Public propertyUserControlName
Name (filename) of the UserControl if EditFormType is of type WebUserControl.
Top
See Also