Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ThemedWindow.DialogButtonsSource Property

Gets or sets the UICommand collection that provides information to generate and initialize dialog buttons for the current ThemedWindow object. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public IEnumerable DialogButtonsSource { get; set; }

#Property Value

Type Description
IEnumerable

A source of buttons displayed in the ThemedWindow.

#Remarks

The ThemedWindow supports the MVVM approach. Use the DialogButtonsSource property to bind the ThemedWindow to a ViewModel’s dialog button collection. Pass the UICommand collection to this property to initialize these buttons in a dialog.

See Also