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

IWindowsDialogProperties Interface

Provides properties for the “Windows” dialog.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.1.dll

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