FileManagerDetailsCustomColumn.ItemMetadataKey Property
Specifies the metadata key for the custom column of the file manager’s details view mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value that is the key. |
Remarks
The ItemMetadataKey property can be used to access the metadata that is stored in the FileManagerItem.Metadata property of the FileManagerItem class instance.
See Also