public interface ITopLevelChartStructureItem : IChartStructureItem,
IComparable, IComparable<IChartStructureItem>, ISelectableViewModel, IViewModel,
INotifyPropertyChanged
Public Interface ITopLevelChartStructureItem
Inherits IChartStructureItem, IComparable, IComparable(Of IChartStructureItem),
ISelectableViewModel, IViewModel, INotifyPropertyChanged
public interface class ITopLevelChartStructureItem : IChartStructureItem,
IComparable, IComparable<IChartStructureItem^>, ISelectableViewModel, IViewModel,
INotifyPropertyChanged
type ITopLevelChartStructureItem =
interface
interface IChartStructureItem
interface IComparable
interface IComparable<IChartStructureItem>
interface ISelectableViewModel
interface IViewModel
interface INotifyPropertyChanged
end
Content |
Gets Содержимое элемента
(Унаследован от IChartStructureItem) |
ContentDataTemplate |
Gets Шаблон данных редактора
(Унаследован от IChartStructureItem) |
IsExpanded |
Gets or sets a value indicating whether Признак развернутости узла
(Унаследован от IChartStructureItem) |
IsSelectable | (Унаследован от ISelectableViewModel) |
IsSelected | (Унаследован от ISelectableViewModel) |
Items |
Gets Список дочерних элементов
(Унаследован от IChartStructureItem) |
Model | (Унаследован от IViewModel) |
OrderPosition |
Gets or sets Позиция в списке
(Унаследован от IChartStructureItem) |
StructureDataTemplate |
Gets Шаблон данных структуры диаграммы
(Унаследован от IChartStructureItem) |
CompareTo(T) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Унаследован от IComparableIChartStructureItem) |
CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Унаследован от IComparable) |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |