Skip to main content

Document.ActionImageOptions Property

Contains settings that allow you to set up raster or vector images for the default navigation button associated with the Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v25.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BaseDocumentImageOptions ActionImageOptions { get; }

Property Value

Type Description
DevExpress.XtraBars.Docking2010.Views.BaseDocumentImageOptions

A DevExpress.XtraBars.Docking2010.Views.BaseDocumentImageOptions object that stores image-related properties.

See Also