DxPdfViewer.DocumentName Property
In This Article
Namespace: DevExpress.Blazor.PdfViewer
Assembly: DevExpress.Blazor.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Blazor.PdfViewer
#Declaration
C#
[DefaultValue("Document")]
[Parameter]
public string DocumentName { get; set; }
#Property Value
Type | Default |
---|---|
String | "Document" |
See Also