Skip to main content

Document.ActionImageOptions Property

Provides access to properties that allow you to set up raster and vector images for the default navigation button associated with this Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.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