Skip to main content
A newer version of this page is available. .
Tab

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.v18.2.dll

Declaration

[DefaultValue("")]
public string ItemMetadataKey { get; set; }

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