A newer version of this page is available.
Switch to the current version.
DocumentViewerBase.LookAndFeel Property
Provides access to the settings that control the DocumentViewer's look and feel.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v18.2.dll
Declaration
[DXCategory("Appearance")]
public UserLookAndFeel LookAndFeel { get; }
<DXCategory("Appearance")>
Public ReadOnly Property LookAndFeel As UserLookAndFeel
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.
Implements
DevExpress.LookAndFeel.ISupportLookAndFeel.LookAndFeel
See Also
Feedback