Skip to main content
All docs
V21.1

DxPopup.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.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

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

Property Value

Type
RenderFragment
See Also