Allows you to provide a template for displaying the content of an Insert Media dialog's More Options section.
Namespace:DevExpress.Web.Mvc
Assembly:DevExpress.Web.Mvc5.v18.2.dll

Syntax
C# |
public void SetMoreOptionsSectionTemplateContent(
Action contentMethod
)
|
VB |
Public Sub SetMoreOptionsSectionTemplateContent(
ByVal contentMethod As Action
)
|
Parameters
-
contentMethod
-
Type: Action
A method to which a template content rendering is delegated.

See Also