IGridEditableColumnShouldExtractValues Method |
Get value based on the current IsEditable state, item edited state and ForceExtractValue setting.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax bool ShouldExtractValues(
GridEditableItem item
)
Function ShouldExtractValues (
item As GridEditableItem
) As Boolean
bool ShouldExtractValues(
GridEditableItem^ item
)
abstract ShouldExtractValues :
item : GridEditableItem -> bool
Parameters
- item
- Type: Kettic.AspNet.ControlsGridEditableItem
Return Value
Type:
BooleanSee Also