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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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