Allows you to provide a template for displaying the content of the Insert Flash dialog's top area.
Namespace:DevExpress.Web.Mvc
Assembly:DevExpress.Web.Mvc5.v18.2.dll

Syntax
C# |
public void SetTopAreaTemplateContent(
string content
)
|
VB |
Public Sub SetTopAreaTemplateContent(
ByVal content As String
)
|
Parameters
-
content
-
Type: String
A string value specifying the template content.

See Also