TextEdit.Buttons Property
In This Article
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 |
---|---|
Button |
The collection of Button |
#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