Click or drag to resize
GridEditFormItem Properties

The GridEditFormItem type exposes the following members.

Properties
  Name Description
Public property CanExtractValues (Overrides GridEditableItem.CanExtractValues.)
Public property EditFormCell
The table cell where the edit form will be instantiated, during data-binding.
Public property FormColumns
FormColumns are only available when EditFormType is GridEditFormType.AutoGenerated. These are the container controls for each edit-form-column. You cna find the edit controls in these containers. You should not remove any controls from this containers.
Public property IsDataBound (Overrides GridItemIsDataBound.)
Public property IsInEditMode (Overrides GridItemIsInEditMode.)
Public property ItemString (Overrides GridEditableItem.Item.)
Public property ItemGridColumn (Overrides GridEditableItem.Item.)
Public property ParentItem
The corresponding DataItem that the edit form is generated for.
Public property SavedOldValues (Overrides GridEditableItemSavedOldValues.)
Top
See Also