GridViewSettings.SetTitlePanelTemplateContent(String) Method
Allows setting a template for displaying the title panel.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v20.2.dll
Declaration
public void SetTitlePanelTemplateContent(
string content
)
Public Sub SetTitlePanelTemplateContent(
content As String
)
Parameters
Name | Type | Description |
---|---|---|
content | String | A string value specifying the template content. |
See Also
Feedback