Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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