IWindowsDialogProperties.NameColumnCaption Property
Gets or sets the caption of the “Name” column within the “Windows” dialog.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
See Also