DxPopupBase.Content Property
In This Article
OBSOLETE
This property is now obsolete. Use the Body
This property is now obsolete. Use the BodyContentTemplate property instead.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the BodyContentTemplate property instead.")]
[Parameter]
public RenderFragment Content { get; set; }
#Property Value
Type | Description |
---|---|
Render |
The template content. |
See Also