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

ZipItem Properties

An entry in the zip archive containing compressed data.
Name Description
Attributes Gets or sets attributes for a ZipItem that is originated from a file or directory, or that will be decompressed into a file or directory.
Comment Gets or sets a text comment for the zip item.
CompressedSize Obtains the size of compressed data in a zip item.
CreationTime Gets or sets the creation time for the zip item.
CreationTimeUtc Gets or sets the coordinated universal time value of the creation time for the zip item.
Encoding Gets or sets the character encoding for the zip item.
EncryptionType Gets or sets the encryption type for the zip item.
LastAccessTime Gets or sets the last access time for the zip item.
LastAccessTimeUtc Gets or sets the coordinated universal time value for the last access time for the zip item.
LastWriteTime Gets or sets the last write time for the zip item.
LastWriteTimeUtc Gets or sets the coordinated universal time value for the last write time for the zip item.
Name Gets or sets the name of the zip item.
Password Gets or sets a password used for encrypting the content of a zip item.
UncompressedSize Obtains the size of uncompressed data in the zip item.
See Also