Skip to main content
All docs
V24.1

BeforeOutlineButtonClickEventArgs.Level Property

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

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int Level { get; }

Property Value

Type Description
Int32

The group level.

See Also