PdfViewerControl.LeftSideSettingsBarItemsSource Property
In This Article
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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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