Skip to main content
All docs
V25.1
  • PGridCustomEditorRow.GetLineCount() Method

    Gets the number of text lines in the row.

    Namespace: DevExpress.XtraVerticalGrid.Rows

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

    Declaration

    public int GetLineCount()

    Returns

    Type Description
    Int32

    An integer value that specifies the number of text lines in the row.

    See Also