Skip to main content

IBaseDocumentSelectorProperties.ShowPreview Property

Gets or sets whether or not the Document Selector shows previews of focused Documents and dock panels.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool ShowPreview { get; set; }

Property Value

Type Description
Boolean

true if the preview is enabled; otherwise, false.

See Also