Skip to main content
A newer version of this page is available. .

PostMode Enum

Lists values that specify when data posting starts.

Namespace: DevExpress.Xpf.Editors

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

Declaration

public enum PostMode

Members

Name Description
Immediate

An action starts immediately.

Delayed

An action starts after a delay.

Related API Members

The following properties accept/return PostMode values:

Remarks

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

See Also