ButtonEditSettings.ButtonsSource Property
Gets or sets a collection of objects providing information to generate and initialize buttons for the ButtonEdit. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
IEnumerable | A source of objects to be visualized as buttons. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ButtonsSource |
---|---|
TokenEditorBehavior |
|
TokenEditorBehavior |
|
Remarks
The ButtonsSource property supports the MVVM design pattern. See the MVVM Framework topic to learn more.
Use the ButtonEditSettings.ButtonTemplate and ButtonEditSettings.ButtonTemplateSelector properties to visualize objects stored in the ButtonsSource collection.
See Also