Back to Devexpress

DXRichEditBehaviorOptions.DocumentPropertiesAutoUpdate Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditbehavioroptions-70ce01ac.md

latest1.6 KB
Original Source

DXRichEditBehaviorOptions.DocumentPropertiesAutoUpdate Property

Gets or sets whether the document properties should be updated automatically. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool DocumentPropertiesAutoUpdate { get; set; }
vb
Public Property DocumentPropertiesAutoUpdate As Boolean

Property Value

TypeDescription
Boolean

true, to update the properties automatically; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DocumentPropertiesAutoUpdate
RichEditControl

.BehaviorOptions .DocumentPropertiesAutoUpdate

|

See Also

DXRichEditBehaviorOptions Class

DXRichEditBehaviorOptions Members

DevExpress.Xpf.RichEdit Namespace