ASPxVerticalGrid.FindTitleTemplateControl(String) Method
Searches for the specified server control contained in the Title Panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | String | A String value that identifies the control in the ASPxVerticalGrid’s title. |
Returns
Type | Description |
---|---|
Control | A Control object that represents the control in the ASPxVerticalGrid’s title. null (Nothing in Visual Basic) if the specified control doesn’t exist. |
Remarks
For more information, see Templates.
See Also