Skip to main content
All docs
V25.1
  • ThemedWindow.ActualDialogButtons Property

    Gets the specified dialog buttons. This is a dependency property.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public IEnumerable ActualDialogButtons { get; }

    Property Value

    Type Description
    IEnumerable

    The IEnumerable that is the specified dialog button collection.

    Remarks

    The ActualDialogButtons collection contains the buttons which are specified with the following members:

    See Also