Skip to main content

TextEdit.Buttons Property

Returns the collection of buttons.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public ButtonInfoCollection Buttons { get; set; }

Property Value

Type Description
ButtonInfoCollection

The collection of ButtonInfo descendants that represents the editor’s buttons.

Remarks

The Buttons collection allows you to access individual buttons and customize their settings, add/remove buttons or perform other collection management tasks.

Individual buttons are represented by the ButtonInfo class.

See Also