ASPxCardView.FindCardTemplateControl(Int32, String) Method
Searches for the specified server control contained in the specified card‘s template.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
visibleIndex | Int32 | An integer value that identifies the card. |
id | String | The identifier for the control to be found. |
Returns
Type | Description |
---|---|
Control | A Control object that is the control contained in the specified card’s template. |
Remarks
To learn more, see Templates.
See Also