Document(IBaseDocumentProperties) Constructor
Initializes a new instance of the Document class with the specified properties.
Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
defaultProperties | IBaseDocumentProperties | A IBaseDocumentProperties object that contains settings used to initialize the newly created document. |
See Also