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

BeforeOutlineButtonClickEventArgs.Level Property

Returns the group level that corresponds to the outline button a user clicks.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public int Level { get; }

Property Value

Type Description
Int32

The group level.

See Also