Skip to main content

PdfViewerControl.ShowLeftSideDefaultSettingsBarItems Property

Gets or sets whether to show items displayed on the left side of the Settings Bar. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

[Deprecated("Use the PdfViewerControl.SimpleSettingsBarOverlaySettings.ShowLeftSideDefaultItems property instead.", DeprecationType.Deprecate, 1U)]
public bool ShowLeftSideDefaultSettingsBarItems { get; set; }

Property Value

Type Description
Boolean

true, to show items displayed on the left side of the Settings Bar; otherwise, false.

Remarks

Setting the ShowLeftSideDefaultSettingsBarItems property to false hides the following items:

  • Single Page
  • Continuous
  • Search
See Also