ASPxCardView.FindEditFormLayoutItemTemplateControl(CardViewColumnLayoutItem, String) Method
Searches for the server control contained in the specified edit form layout item template.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public Control FindEditFormLayoutItemTemplateControl(
CardViewColumnLayoutItem item,
string id
)
Parameters
Name | Type | Description |
---|---|---|
item | CardViewColumnLayoutItem | A CardViewColumnLayoutItem object that is the grid’s item. |
id | String | A String value that identifies the control in the specified edit form layout item. |
Returns
Type | Description |
---|---|
Control | A Control object that is the control contained in the specified edit form layout item template. |
Remarks
To learn more, see Templates.
See Also