Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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