Back to Devexpress

PropertyDefinition.PostOnEditValueChanged Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinition-487d3c66.md

latest1.4 KB
Original Source

PropertyDefinition.PostOnEditValueChanged Property

Gets or sets the way a value specified by a user should be posted. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

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

Property Value

TypeDescription
Boolean

true, to post changes immediately; otherwise, false.

|

Remarks

If the PostOnEditValueChanged property is set to false , a value specified by a user is posted only after the editor loses focus or the ENTER key is pressed.

See Also

PropertyDefinition Class

PropertyDefinition Members

DevExpress.Xpf.PropertyGrid Namespace