Skip to main content

ButtonInfoCollection(TextEdit) Constructor

Initializes a new instance of the ButtonInfoCollection class.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ButtonInfoCollection(
    TextEdit editor
)

Parameters

Name Type Description
editor TextEdit

A TextEdit object that owns the collection of buttons.

See Also