Skip to main content
Tab

FileManagerDetailsCommandColumnSettings.Caption Property

Gets or sets the text displayed in the command column header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A System.String value that specifies the text displayed in the command column’s header.

Property Paths

You can access this nested property as listed below:

Object Type Path to Caption
FileManagerFileListDetailsViewSettings
See Also