Skip to main content
A newer version of this page is available.
All docs
V19.1

DocumentViewerBase.LookAndFeel Property

Provides access to the settings that control the DocumentViewer‘s look and feel.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Appearance")]
public UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

A UserLookAndFeel object that specifies the Document Viewer’s look and feel.

Remarks

Use the settings provided by the LookAndFeel property, to specify how a Document Viewer is painted.

For more information on the DevExpress look-and-feel technology, see Look And Feel and Skinning.

See Also