Back to Devexpress

RichEditControl.LayoutOptions Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-064ad07c.md

latest1.2 KB
Original Source

RichEditControl.LayoutOptions Property

Gets or sets an object used to set the options that affect the layout of the RichEditControl views. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public DXRichEditLayoutOptions LayoutOptions { get; set; }
vb
Public Property LayoutOptions As DXRichEditLayoutOptions

Property Value

TypeDescription
DXRichEditLayoutOptions

A DXRichEditLayoutOptions object containing the layout options.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace