Class LayoutItem
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 abstract class LayoutItem : FrameworkElement, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
LayoutItem
- Implements
- Derived
- Inherited Members
- Extension Methods
Fields
ActivateCommandProperty
ActivateCommand dependency property.
public static readonly DependencyProperty ActivateCommandProperty
Field Value
CanCloseProperty
CanClose dependency property.
public static readonly DependencyProperty CanCloseProperty
Field Value
CanFloatProperty
CanFloat dependency property.
public static readonly DependencyProperty CanFloatProperty
Field Value
CloseAllButThisCommandProperty
CloseAllButThisCommand dependency property.
public static readonly DependencyProperty CloseAllButThisCommandProperty
Field Value
CloseAllCommandProperty
CloseAllCommand dependency property.
public static readonly DependencyProperty CloseAllCommandProperty
Field Value
CloseCommandProperty
CloseCommand dependency property.
public static readonly DependencyProperty CloseCommandProperty
Field Value
ContentIdProperty
ContentId dependency property.
public static readonly DependencyProperty ContentIdProperty
Field Value
DockAsDocumentCommandProperty
DockAsDocumentCommand dependency property.
public static readonly DependencyProperty DockAsDocumentCommandProperty
Field Value
FloatCommandProperty
FloatCommand dependency property.
public static readonly DependencyProperty FloatCommandProperty
Field Value
IconSourceProperty
IconSource dependency property.
public static readonly DependencyProperty IconSourceProperty
Field Value
IsActiveProperty
IsActive dependency property.
public static readonly DependencyProperty IsActiveProperty
Field Value
IsSelectedProperty
IsSelected dependency property.
public static readonly DependencyProperty IsSelectedProperty
Field Value
MoveToNextTabGroupCommandProperty
MoveToNextTabGroupCommand dependency property.
public static readonly DependencyProperty MoveToNextTabGroupCommandProperty
Field Value
MoveToPreviousTabGroupCommandProperty
MoveToPreviousTabGroupCommand dependency property.
public static readonly DependencyProperty MoveToPreviousTabGroupCommandProperty
Field Value
NewHorizontalTabGroupCommandProperty
NewHorizontalTabGroupCommand dependency property.
public static readonly DependencyProperty NewHorizontalTabGroupCommandProperty
Field Value
NewVerticalTabGroupCommandProperty
NewVerticalTabGroupCommand dependency property.
public static readonly DependencyProperty NewVerticalTabGroupCommandProperty
Field Value
TitleProperty
Title dependency property.
public static readonly DependencyProperty TitleProperty
Field Value
Properties
ActivateCommand
Gets/sets the command to execute when user wants to activate a content (either a Document or an Anchorable).
[Bindable(true)]
public ICommand ActivateCommand { get; set; }
Property Value
CanClose
Gets/sets wetherthe item can be closed or not.
[Bindable(true)]
public bool CanClose { get; set; }
Property Value
CanFloat
Gets/sets wether the user can move the layout element dragging it to another position.
[Bindable(true)]
public bool CanFloat { get; set; }
Property Value
CloseAllButThisCommand
Gets/sets the the 'Close All But This' command.
[Bindable(true)]
public ICommand CloseAllButThisCommand { get; set; }
Property Value
CloseAllCommand
Gets/sets the 'Close All' command.
[Bindable(true)]
public ICommand CloseAllCommand { get; set; }
Property Value
CloseCommand
Gets/sets the command to execute when user click the document close button.
[Bindable(true)]
public ICommand CloseCommand { get; set; }
Property Value
ContentId
Gets/sets the content id used to retrieve content when deserializing layouts.
[Bindable(true)]
public string ContentId { get; set; }
Property Value
DockAsDocumentCommand
Gets/sets the command to execute when user click the DockAsDocument button.
[Bindable(true)]
public ICommand DockAsDocumentCommand { get; set; }
Property Value
Remarks
By default this command move the anchorable inside the last focused document pane.
FloatCommand
Gets/sets the command to execute when the user clicks the float button.
[Bindable(true)]
public ICommand FloatCommand { get; set; }
Property Value
Remarks
By default this command move the anchorable inside new floating window.
IconSource
Gets/sets the icon associated with the item.
[Bindable(true)]
public ImageSource IconSource { get; set; }
Property Value
IsActive
Gets/sets wether the item is active in the UI or not.
[Bindable(true)]
public bool IsActive { get; set; }
Property Value
IsSelected
Gets/sets wether the item is selected inside its container or not.
[Bindable(true)]
public bool IsSelected { get; set; }
Property Value
LayoutElement
public LayoutContent LayoutElement { get; }
Property Value
Model
public object Model { get; }
Property Value
MoveToNextTabGroupCommand
Gets/sets the move to next tab group command.
[Bindable(true)]
public ICommand MoveToNextTabGroupCommand { get; set; }
Property Value
MoveToPreviousTabGroupCommand
Gets/sets the move to previous tab group command.
[Bindable(true)]
public ICommand MoveToPreviousTabGroupCommand { get; set; }
Property Value
NewHorizontalTabGroupCommand
Gets/sets the new horizontal tab group command.
[Bindable(true)]
public ICommand NewHorizontalTabGroupCommand { get; set; }
Property Value
NewVerticalTabGroupCommand
Gets/sets the new vertical tab group command.
[Bindable(true)]
public ICommand NewVerticalTabGroupCommand { get; set; }
Property Value
Title
Gets/sets the the title of the element.
[Bindable(true)]
public string Title { get; set; }
Property Value
View
public ContentPresenter View { get; }
Property Value
Methods
CanExecuteDockAsDocumentCommand()
protected virtual bool CanExecuteDockAsDocumentCommand()
Returns
ClearDefaultBindings()
protected virtual void ClearDefaultBindings()
Close()
protected abstract void Close()
InitDefaultCommands()
protected virtual void InitDefaultCommands()
OnActivateCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the ActivateCommand property.
protected virtual void OnActivateCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnCanCloseChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the CanClose property.
protected virtual void OnCanCloseChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnCanFloatChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the CanFloat property.
protected virtual void OnCanFloatChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnCloseAllButThisCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the CloseAllButThisCommand property.
protected virtual void OnCloseAllButThisCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnCloseAllCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the CloseAllCommand property.
protected virtual void OnCloseAllCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnCloseCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the CloseCommand property.
protected virtual void OnCloseCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnContentIdChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the ContentId property.
protected virtual void OnContentIdChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnDockAsDocumentCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the DockAsDocumentCommand property.
protected virtual void OnDockAsDocumentCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnFloatCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the FloatCommand property.
protected virtual void OnFloatCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnIconSourceChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the IconSource property.
protected virtual void OnIconSourceChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnIsActiveChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the IsActive property.
protected virtual void OnIsActiveChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnIsSelectedChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the IsSelected property.
protected virtual void OnIsSelectedChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnMoveToNextTabGroupCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the MoveToNextTabGroupCommand property.
protected virtual void OnMoveToNextTabGroupCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnMoveToPreviousTabGroupCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the MoveToPreviousTabGroupCommand property.
protected virtual void OnMoveToPreviousTabGroupCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnNewHorizontalTabGroupCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the NewHorizontalTabGroupCommand property.
protected virtual void OnNewHorizontalTabGroupCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnNewVerticalTabGroupCommandChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the NewVerticalTabGroupCommand property.
protected virtual void OnNewVerticalTabGroupCommandChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnTitleChanged(DependencyPropertyChangedEventArgs)
Provides derived classes an opportunity to handle changes to the Title property.
protected virtual void OnTitleChanged(DependencyPropertyChangedEventArgs e)
Parameters
OnVisibilityChanged()
protected virtual void OnVisibilityChanged()
SetDefaultBindings()
protected virtual void SetDefaultBindings()