Back to Devexpress

DxHtmlEditor.Width Property

blazor-devexpress-dot-blazor-dot-dxhtmleditor-7053f3b9.md

latest1.1 KB
Original Source

DxHtmlEditor.Width Property

Specifies the component width.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
String

The width 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