Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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