Class LayoutDocumentItem
Provides a WPF framework-level set of properties, events, and methods for Windows Presentation Foundation (WPF) elements. This class represents the provided WPF framework-level implementation that is built on the WPF core-level APIs that are defined by UIElement.
public class LayoutDocumentItem : LayoutItem, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
LayoutDocumentItem
- Implements
- Inherited Members
- Extension Methods
Fields
DescriptionProperty
Description dependency property.
public static readonly DependencyProperty DescriptionProperty
Field Value
Properties
Description
Gets/sets the description to display (in the NavigatorWindow) for the document item.
[Bindable(true)]
public string Description { get; set; }
Property Value
Methods
CanExecuteDockAsDocumentCommand()
protected override bool CanExecuteDockAsDocumentCommand()
Returns
Close()
protected override void Close()
OnDescriptionChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the Description property.
protected virtual void OnDescriptionChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnVisibilityChanged()
protected override void OnVisibilityChanged()