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

IWindowsDialogProperties.NameColumnCaption Property

Gets or sets the caption of the “Name” column within the “Windows” dialog.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

string NameColumnCaption { get; set; }

Property Value

Type Description
String

A String value that is the caption of the “Name” column within the “Windows” dialog.

Remarks

See the IBaseViewController.ShowWindowsDialog method description to learn more.

DocumentManager - Customized Windows Dialog

See Also