Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewTemplateReplacement.ColumnID Property

Gets or sets the data source field whose value is being edited by edit cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string ColumnID { get; set; }

Property Value

Type Description
String

A String value that specifies the name of the data source field.

Remarks

ASPxGridView control allows the regular controls to be displayed within the Edit Form template using template replacements. When you use a template replacement of the edit cell (the ASPxGridViewTemplateReplacement.ReplacementType property is set to GridViewTemplateReplacementType.EditFormCellEditor), you should specify the editing data source field via the ColumnID property.

ASPxGrigView_ColumnID

See Also