Back to Devexpress

DxHtmlEditor.Height Property

blazor-devexpress-dot-blazor-dot-dxhtmleditor-0071b2fb.md

latest1.1 KB
Original Source

DxHtmlEditor.Height Property

Specifies the component height.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[Parameter]
public string Height { get; set; }

Property Value

TypeDescription
String

The height in CSS units.

|

Remarks

Use Height and Width properties to specify the size of the DxHtmlEditor component.

razor
<DxHtmlEditor Markup="@Markup"
              Height="200px"
              Width="100%" />

@code {
    string Markup = "Document content";
}

See Also

DxHtmlEditor Class

DxHtmlEditor Members

DevExpress.Blazor Namespace