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

PostMode Enum

Lists values that specify when data posting starts.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.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 BaseEdit.EditValuePostMode property.

See Also