Back to Devexpress

BaseEdit.AllowUpdateTextBlockWhenPrinting Property

wpf-devexpress-dot-xpf-dot-editors-dot-baseedit-5f753049.md

latest1.2 KB
Original Source

BaseEdit.AllowUpdateTextBlockWhenPrinting Property

Gets or sets whether the editor can change its value during printing. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
public bool AllowUpdateTextBlockWhenPrinting { get; set; }
vb
<Browsable(False)>
Public Property AllowUpdateTextBlockWhenPrinting As Boolean

Property Value

TypeDescription
Boolean

true to allow changing the editor’s value during printing; otherwise, false.

|

See Also

BaseEdit Class

BaseEdit Members

DevExpress.Xpf.Editors Namespace