Back to Devexpress

BeforeOutlineButtonClickEventArgs.IsRowOutline Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-beforeoutlinebuttonclickeventargs.md

latest1.3 KB
Original Source

BeforeOutlineButtonClickEventArgs.IsRowOutline Property

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

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool IsRowOutline { get; }
vb
Public ReadOnly Property IsRowOutline As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

BeforeOutlineButtonClickEventArgs Class

BeforeOutlineButtonClickEventArgs Members

DevExpress.XtraSpreadsheet Namespace