Back to Devexpress

IWindowsDialogProperties Interface

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-4f469f22.md

latest1.6 KB
Original Source

IWindowsDialogProperties Interface

Provides properties for the “Windows” dialog.

Namespace : DevExpress.XtraBars.Docking2010.Customization

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public interface IWindowsDialogProperties :
    IBaseProperties,
    IBaseObject,
    IDisposable,
    IPropertiesProvider,
    ISupportBatchUpdate
vb
Public Interface IWindowsDialogProperties
    Inherits IBaseProperties,
             IBaseObject,
             IDisposable,
             IPropertiesProvider,
             ISupportBatchUpdate

The following members return IWindowsDialogProperties objects:

Remarks

See the IBaseViewController.ShowWindowsDialog method to learn more.

See Also

IWindowsDialogProperties Members

DevExpress.XtraBars.Docking2010.Customization Namespace