Skip to main content
All docs
V23.2

AfterOutlineButtonClickEventArgs.IsRowOutline Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool IsRowOutline { get; }

Property Value

Type Description
Boolean

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

See Also