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

GridViewTemplateReplacementType Enum

Lists values that specify which controls are displayed by the ASPxGridViewTemplateReplacement control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum GridViewTemplateReplacementType

Members

Name Description
EditFormContent

The edit form’s entire contents (edit cells and buttons) are displayed within the edit form template.

EditFormCancelButton

The Cancel button is displayed within the edit form template.

EditFormUpdateButton

The Update button is displayed within the edit form template.

EditFormEditors

The edit cell of each field within grid is displayed within the edit form template.

EditFormCellEditor

The edit cell is displayed within the edit form template.

Pager

The Pager is displayed within the pager template.

Related API Members

The following properties accept/return GridViewTemplateReplacementType values:

Remarks

ASPxGridView control supports automatic creation or regular controls within the GridViewTemplates.EditForm and GridViewTemplates.PagerBar templates. The ASPxGridViewTemplateReplacement.ReplacementType property value specifies which controls are displayed. The allowed property values are listed by the GridViewTemplateReplacementType enumeration.

To learn more, see the Template Replacements topic.

See Also