Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SpreadsheetStatusBarItems Enum

Lists items that can be displayed on the Spreadsheet status bar.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v24.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

#Declaration

[Flags]
public enum SpreadsheetStatusBarItems

#Members

Name Description
Average

Displays the average of numerical values in the selected cells.

Count

Displays the number of selected cells that contain data.

NumCount

Displays the number of selected cells that contain numerical data.

Min

Displays the minimum numerical value in the selected cells.

Max

Displays the maximum numerical value in the selected cells.

Sum

Displays the sum of numerical values in the selected cells.

ZoomSlider

Displays the zoom slider that allows you zoom the current worksheet.

ZoomPercentage

Displays the current zoom level.

EndMode

Displays the End Mode label used to indicate that End Mode is activated.

Progress

Displays the progress bar that indicates the progress of lengthy operations (file load/save operations and export to PDF/HTML).

All

Displays all status bar items.

#Remarks

Pass the SpreadsheetStatusBarItems enumeration values to the CreateRibbonStatusBar or CreateStatusBarManager method to add a status bar to a Spreadsheet application with a Ribbon or Bar UI.

See Also