Skip to main content

ButtonInfoCollection(TextEdit) Constructor

In This Article

Initializes a new instance of the ButtonInfoCollection class.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public ButtonInfoCollection(
    TextEdit editor
)

#Parameters

Name Type Description
editor TextEdit

A TextEdit object that owns the collection of buttons.

See Also