TextEdit.Buttons Property
In This Article
Returns the collection of buttons.
Namespace: DevExpress.UI.Xaml.Editors
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public ButtonInfoCollection Buttons { get; }
#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