The SvgImageSource extension allows you to specify a vector image as BarButtonItem's glyph . You can reference a resource in xaml as follows:
See also:
Binding Mechanism.
where dxis the xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" namespace.[XAML]Glyph="{dx:SvgImageSourceUri=Images/Notebook.svg}"
See also:
Binding Mechanism.