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

IPreviewModel Members

When implemented by a class, enables it to use the viewer model.

#Properties

Name Description
CursorService Specifies the service that is used to customize the mouse pointer settings on the client.
DialogService Specifies the service that is used to invoke dialog windows on the client.
InputController Provides access to the input controller associated with the IPreviewModel.
IsCreating Specifies whether a document is still being created.
IsIncorrectPageContent Returns a value specifying whether the document page content is rendered correctly.
IsLoading Specifies whether a document is still being loaded.
PageContent Provides access to the content of report pages.
PageCount Gets a value indicating the total number of pages in a report document.
PageViewHeight Gets a value indicating the height of a page as it appears on-screen.
PageViewWidth Gets a value indicating the width of a page as it appears on-screen.
UseSimpleScrolling Specifies whether a simple scrolling mode should be used for the document.
Zoom Specifies the zoom factor of a report document.
ZoomDisplayFormat Specifies the display format of available zoom factor values.
ZoomDisplayText Specifies the display text for a zoom factor value.
ZoomInCommand Increases the document zoom factor.
ZoomMode Specifies the zooming mode that is applied to a report document.
ZoomModes Provides access to a collection of zooming modes available for a report document.
ZoomOutCommand Decreases the document zoom factor.

#Events
Show Inherited Hide Inherited

Name Description
PropertyChanged Occurs when a property value changes. Inherited from INotifyPropertyChanged.
See Also