Skip to main content

PdfViewerControl.ShowRightSideDefaultSettingsBarItems Property

Gets or sets whether to show items displayed on the right 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.ShowRightSideDefaultItems property instead.", DeprecationType.Deprecate, 1U)]
public bool ShowRightSideDefaultSettingsBarItems { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Setting the ShowRightSideDefaultSettingsBarItems property to false hides the following items:

  • Fit page level
  • Fit to height
  • Fit to width
  • Attachments
  • Bookmarks
  • Print
  • Open
See Also