Skip to main content
All docs
V26.1
  • WordProcessingSecurityLoadingLimits.MaxTableRowCount Property

    Gets or sets the maximum number of rows in a document table.

    Namespace: DevExpress.XtraRichEdit

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    Declaration

    public int? MaxTableRowCount { get; set; }

    Property Value

    Type Description
    Nullable<Int32>

    The maximum number of rows in a document table.

    See Also