In This Article

XmlDocumentWindow Class

Represents a serializable version of the DocumentWindow class, used for saving to XML layout.

public class XmlDocumentWindow : XmlDockingWindow
Inheritance:
object XmlObjectBase XmlDockingObject XmlDockingWindow object

Constructors

XmlDocumentWindow()

Initializes an instance of the class.

public XmlDocumentWindow()

Properties

FileName

The filename of the window.

public string? FileName { get; set; }

Property Value

string

See Also

Methods

ShouldSerializeFileName()

Determines if the FileName property should be serialized.

public virtual bool ShouldSerializeFileName()

Returns

bool:

true if the FileName property should be serialized; otherwise, false.

Inherited Members

Extension Methods