ASPxCardView.FindStatusBarTemplateControl(String) Method
Searches for the specified server control contained in the status bar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| id | String | A String value that identifies the control within the ASPxCardView’s status bar. |
Returns
| Type | Description |
|---|---|
| Control | A Control object that is the control in the ASPxCardView’s status bar. null (Nothing in Visual Basic) if the specified control doesn’t exist. |
Remarks
To learn more, see Templates.
See Also