Property IsActiveDocument
| Improve this Doc View SourceIsActiveDocument
Gets a value indicates whether this DockItem is active document. This is a dependency property.
Declaration
public bool IsActiveDocument { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | true if this DockItem is active document (ActiveDocument returns this DockItem), otherwise false. |