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

PdfViewerControl.RightSideSettingsBarItemsSource Property

Gets or sets an object that provides information to generate and initialize items on the right side of the Settings Bar for the current PdfViewerControl. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Controls

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

Declaration

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

Property Value

Type Description
Object

A source of the settings bar items.

Remarks

The RightSideSettingsBarItemsSource property supports the MVVM design pattern. Use the PdfViewerControl.SettingsBarFlyoutItemTemplateSelector property to visualize objects stored in the RightSideSettingsBarItemsSource collection.

See Also