Skip to main content
All docs
V25.2
  • DxMemoSettings.MaxRows Property

    Specifies the maximum number of visible text lines in the Memo.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(null)]
    [Parameter]
    public int? MaxRows { get; set; }

    Property Value

    Type Default Description
    Nullable<Int32> null

    The maximum number of visible text lines.

    Remarks

    Use the MaxRows property to specify the maximum number of visible text lines in the memo.

    Note

    We recommend that you use the memo editor in inline or pop-up edit form only. In the edited row, the memo can stretch row height and thus make the layout inconsistent.

    To change the MaxRows setting at runtime, use the IMemoSettings.MaxRows property instead.

    Implements

    See Also