Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OfficeImage.RootImage Property

This property is overridden in OfficeImage descendants to point to a single instance of an image that can be incorporated in different objects.

Namespace: DevExpress.Office.Utils

Assembly: DevExpress.Office.v24.2.Core.dll

NuGet Package: DevExpress.Office.Core

#Declaration

public virtual OfficeImage RootImage { get; }

#Property Value

Type Description
OfficeImage

An OfficeImage object that is the image in the document.

#Remarks

Multiple instances of OfficeImage descendants utilized in different tasks and processes of the RichEditControl may use a single instance of a document image. The RootImage property provides access to this instance when required, reducing memory consumption and enhancing performance.

For the base OfficeImage class, the RootImage property returns the same OfficeImage instance.

See Also