Skip to main content

ASPxClientRichEdit.scroll Property

Provides access to a document’s scroll functionality.

Declaration

scroll: RichEditScroll

Property Value

Type Description
RichEditScroll

An object that contains members related to scroll functionality.

Remarks

<dx:ASPxRichEdit ID="DemoRichEdit" runat="server" ClientInstanceName="richEdit" />
richEdit.scroll.verticalPosition = 3000;
See Also