Back to Devexpress

DxRangeSelector.Height Property

blazor-devexpress-dot-blazor-dot-dxrangeselector-b27601cd.md

latest1.2 KB
Original Source

DxRangeSelector.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 <DxRangeSelector> component.

razor
<DxRangeSelector Width="800px"
                 Height="400px"
                 Data="@Data">
    <DxTitleSettings Text="Population by Country">
        <DxSubtitleSettings Text="2023" />
    </DxTitleSettings>
    <DxRangeSelectorChart>
        @* ... *@
    </DxRangeSelectorChart>
</DxRangeSelector>

See Also

DxRangeSelector Class

DxRangeSelector Members

DevExpress.Blazor Namespace