Skip to main content
All docs
V25.1
  • BeforeOutlineButtonClickEventArgs.IsRowOutline Property

    Indicates whether a user clicks the outline button for row groups.

    Namespace: DevExpress.XtraSpreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public bool IsRowOutline { get; }

    Property Value

    Type Description
    Boolean

    true if a user clicks the outline button for rows; otherwise, false.

    See Also