Back to Devexpress

Properties Dialog

windowsforms-17812-controls-and-libraries-spreadsheet-visual-elements-dialogs-properties-dialog.md

latest1.3 KB
Original Source

Properties Dialog

  • Jan 23, 2019
  • 2 minutes to read

The Properties dialog allows end-users to view and edit document properties. Document properties are metadata that is stored with the document and contains basic information about a workbook: its title, author, file size, date of creation etc.

The Properies dialog includes the following tabs.

  • General

  • Summary

  • Statistics

  • Custom

To provide end-users with the capability to invoke the Properties dialog, add the Info Ribbon page group to the SpreadsheetControl. For an example on how to create a Ribbon UI, refer to the Getting Started topic.

To edit standard and custom document properties in code, use the IWorkbook.DocumentProperties property. For an example, refer to the How to: Specify Document Properties article.