Skip to main content

IWindowsDialogProperties Interface

Provides properties for the “Windows” dialog.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public interface IWindowsDialogProperties :
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate

The following members return IWindowsDialogProperties objects:

Remarks

See the IBaseViewController.ShowWindowsDialog method to learn more.

See Also