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

IWindowsDialogProperties.PathColumnWidth Property

Gets or sets the width of the “Path” column within the “Windows” dialog.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

int? PathColumnWidth { get; set; }

Property Value

Type Description
Nullable<Int32>

An Int32 value that is the width of the “Name” column within the “Windows” dialog.

Remarks

See the IBaseViewController.ShowWindowsDialog method description to learn more.

DocumentManager - Customized Windows Dialog

See Also