Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

BeforeOutlineButtonClickEventArgs.IsRowOutline Property

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

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public bool IsRowOutline { get; }

Property Value

Type Description
Boolean

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

See Also