IWindowsDialogProperties Interface
Provides properties for the “Windows” dialog.
Namespace: DevExpress.XtraBars.Docking2010.Customization
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
public interface IWindowsDialogProperties :
IBaseProperties,
IBaseObject,
IDisposable,
IPropertiesProvider,
ISupportBatchUpdate
Related API Members
The following members return IWindowsDialogProperties objects:
Remarks
See the IBaseViewController.ShowWindowsDialog method to learn more.
See Also