Skip to main content
A newer version of this page is available. .

DxPopupBase.Content Property

OBSOLETE

This property is now obsolete. Use the BodyContentTemplate property instead.

This property is now obsolete. Use the BodyContentTemplate property instead.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Browsable(false)]
[Obsolete("This property is now obsolete. Use the BodyContentTemplate property instead.")]
[Parameter]
public RenderFragment Content { get; set; }

Property Value

Type Description
RenderFragment

The template content.

See Also