Document(IBaseDocumentProperties) Constructor
Initializes a new instance of the Document class with the specified properties.
Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
public Document(
IBaseDocumentProperties defaultProperties
)
Public Sub New(
defaultProperties As IBaseDocumentProperties
)
Parameters
Name | Type | Description |
---|---|---|
defaultProperties | IBaseDocumentProperties | A IBaseDocumentProperties object that contains settings used to initialize the newly created document. |
See Also
Feedback