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

ZipArchive Properties

The central object of the library - a package of entries containing compressed data.
Name Description
CatchExceptions static Allows you to set an application-wide flag that specifies whether exceptions which occur in ZipArchive operations are caught.
Count Obtains the number of zip items in the archive.
EncryptionType Gets or sets the default encryption type.
FileName Reserved for future use.
Item[Int32] Provides indexed access to an individual zip item in the archive.
Item[String] Provides access to individual zip items in the archive by their names.
OptionsBehavior Provides access to archive options.
Password Gets or sets the password for an encrypted archive.
See Also