Skip to main content
All docs
V26.1
  • AutoSuggestEdit.SetEditText(String) Method

    Sets the specified string to the editor’s text box.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public void SetEditText(
        string text
    )

    Parameters

    Name Type Description
    text String

    A string that will be assigned to the editor’s text box.

    Remarks

    After the SetEditText method is called, the AutoSuggestEdit.TextChanged and BaseEdit.EditValueChanged events are fired.

    See Also