Class ToolWindowItemForSingleTabOrGridSelectedItem
The base item that is used for an Item in a DisplayableItemDescriptorForToolWindow instance that works against either the IModelLayoutDisplayer main displayed item, or the current selected item within a grid within the layout
Inheritance
System.Object
ToolWindowItemForSingleTabOrGridSelectedItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: ClientCore.dll
Syntax
public abstract class ToolWindowItemForSingleTabOrGridSelectedItem : ToolWindowItem
Constructors
ToolWindowItemForSingleTabOrGridSelectedItem(IModelLayoutDisplayer)
Creates a new tool window item for working with a single tab or grid item
Declaration
public ToolWindowItemForSingleTabOrGridSelectedItem(IModelLayoutDisplayer displayer)
Parameters
Type | Name | Description |
---|---|---|
IModelLayoutDisplayer | displayer | The initial active layout displayer this tool window item is for |
Properties
Descriptor
The type of entity item this tool window works against in terms of the entity against the IModelLayoutDisplayer or the selected item within a grid within the displayer
Declaration
public abstract EntityDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
EntityDescriptor |