Skip to main content

PostMode Enum

Lists values that specify when data posting starts.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public enum PostMode

#Members

Name Description
Immediate

An action starts immediately.

Delayed

An action starts after a delay.

#Passed To

You can pass PostMode values to the BaseEdit.EditValuePostMode property.

#Remarks

The values listed by this enumeration are used to set the SearchControl.PostMode and BaseEdit.EditValuePostMode properties.

See Also