Back to Devexpress

DefaultPreviewBarItemNames Class

wpf-devexpress-dot-xpf-dot-printing-dot-previewcontrol-dot-bars.md

latest2.3 KB
Original Source

DefaultPreviewBarItemNames Class

Contains default item captions displayed in the Document Preview‘s interface elements.

Namespace : DevExpress.Xpf.Printing.PreviewControl.Bars

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public class DefaultPreviewBarItemNames :
    DefaultBarManagerItemNames
vb
Public Class DefaultPreviewBarItemNames
    Inherits DefaultBarManagerItemNames

Remarks

The DefaultPreviewBarItemNames class contains fields used to identify the default items in the Document Viewer’s toolbar, context menu and status bar.

For more information and examples of how default toolbar items can be changed, refer to Customizing the Document Preview Toolbar and Customizing the Report Designer Toolbar.

Inheritance

Object DefaultBarManagerItemNames DefaultPreviewBarItemNames

See Also

DefaultPreviewBarItemNames Members

Customize the Document Preview Toolbar

Customize the Report Designer Toolbar

DevExpress.Xpf.Printing.PreviewControl.Bars Namespace