OfficeImage.RootImage Property
In This Article
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 |
---|---|
Office |
An Office |
#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