Skip to main content
A newer version of this page is available. .

DocumentViewerSettings.StylesSplitter Property

Provides access to the style settings that control the appearance of a Document Vewer’s splitters.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public DocumentViewerSplitterStyles StylesSplitter { get; }

Property Value

Type Description
DocumentViewerSplitterStyles

A DocumentViewerSplitterStyles object containing style settings.

See Also