Back to Devexpress

ClientControlContentBuilderBase<TSettings, TImpl>.Width(String) Method

xtrareports-devexpress-dot-aspnetcore-dot-reporting-dot-clientcontrolcontentbuilderbase-2-dot-width-x28-system-dot-string-x29.md

latest1.5 KB
Original Source

ClientControlContentBuilderBase<TSettings, TImpl>.Width(String) Method

Specifies the width of the reporting component on the page.

Namespace : DevExpress.AspNetCore.Reporting

Assembly : DevExpress.AspNetCore.Reporting.v25.2.dll

NuGet Package : DevExpress.AspNetCore.Reporting

Declaration

csharp
public TImpl Width(
    string width
)
vb
Public Function Width(
    width As String
) As TImpl

Parameters

NameTypeDescription
widthString

A width of the element in CSS notation.

|

Returns

TypeDescription
TImpl

A builder instance that can be used to further configure the reporting component.

|

See Also

ClientControlContentBuilderBase<TSettings, TImpl> Class

ClientControlContentBuilderBase<TSettings, TImpl> Members

DevExpress.AspNetCore.Reporting Namespace