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

PdfViewerControl.LeftSideSettingsBarItemsSource Property

Gets or sets an object that provides information to generate and initialize items on the left 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.LeftSideItemsSource property instead.", DeprecationType.Deprecate, 1U)]
public object LeftSideSettingsBarItemsSource { get; set; }

Property Value

Type Description
Object

A source of the settings bar items.

Remarks

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

See Also