Skip to main content

IWindowsDialogProperties.NameColumnCaption Property

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

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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