C1.Silverlight Namespace : C1TreeViewItem Class |
The following tables list the members exposed by C1TreeViewItem.
Name | Description | |
---|---|---|
![]() | C1TreeViewItem Constructor | Initializes a new instance of a C1TreeViewItem. |
Name | Description | |
---|---|---|
![]() ![]() | EditTemplateProperty | Identifies the EditTemplate dependency property. |
![]() ![]() | IsExpandedProperty | Identifies the IsExpanded dependency property. |
![]() ![]() | IsSelectedProperty | Identifies the IsSelected dependency property. |
![]() ![]() | LineDashArrayProperty | Identifies the LineDashArray dependency property. |
![]() ![]() | LineStrokeProperty | Identifies the LineStroke dependency property. |
![]() ![]() | LineThicknessProperty | Identifies the LineThickness dependency property. |
![]() ![]() | MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. |
![]() ![]() | SelectedBackgroundProperty | Identifies the SelectedBackground dependency property. |
![]() ![]() | TextAlignmentProperty | Identifies the TextAlignment dependency property. |
![]() ![]() | TextDecorationsProperty | Identifies the TextDecorations dependency property. |
![]() ![]() | TextWrappingProperty | Identifies the TextWrapping dependency property. |
Name | Description | |
---|---|---|
![]() | ActualHeight | (Inherited from System.Windows.FrameworkElement) |
![]() | ActualWidth | (Inherited from System.Windows.FrameworkElement) |
![]() | AllowDrop | (Inherited from System.Windows.UIElement) |
![]() | Background | (Inherited from System.Windows.Controls.Control) |
![]() | BorderBrush | (Inherited from System.Windows.Controls.Control) |
![]() | BorderThickness | (Inherited from System.Windows.Controls.Control) |
![]() | CacheMode | (Inherited from System.Windows.UIElement) |
![]() | CharacterSpacing | (Inherited from System.Windows.Controls.Control) |
![]() | Clip | (Inherited from System.Windows.UIElement) |
![]() | Cursor | (Inherited from System.Windows.FrameworkElement) |
![]() | DataContext | (Inherited from System.Windows.FrameworkElement) |
![]() | DesiredSize | (Inherited from System.Windows.UIElement) |
![]() | Dispatcher | (Inherited from System.Windows.DependencyObject) |
![]() | DisplayMemberPath | (Inherited from System.Windows.Controls.ItemsControl) |
![]() | EditTemplate | Gets or sets the template used to edit the contents of the items. |
![]() | Effect | (Inherited from System.Windows.UIElement) |
![]() | FirstNode | Gets this node's first child. |
![]() | FlowDirection | (Inherited from System.Windows.FrameworkElement) |
![]() | FontFamily | (Inherited from System.Windows.Controls.Control) |
![]() | FontSize | (Inherited from System.Windows.Controls.Control) |
![]() | FontStretch | (Inherited from System.Windows.Controls.Control) |
![]() | FontStyle | (Inherited from System.Windows.Controls.Control) |
![]() | FontWeight | (Inherited from System.Windows.Controls.Control) |
![]() | Foreground | (Inherited from System.Windows.Controls.Control) |
![]() | HasItems | Gets a value that indicates whether the ItemsControl contains items. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | Header | Gets or sets the item that labels the control. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | HeaderTemplate | Gets or sets the template used to display the contents of the control's header. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | Height | (Inherited from System.Windows.FrameworkElement) |
![]() | HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) |
![]() | HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) |
![]() | Index | Gets the index of this C1TreeViewItem in its parent items collection |
![]() | IsEnabled | (Inherited from System.Windows.Controls.Control) |
![]() | IsExpanded | Gets or sets a value that indicates whether a C1TreeViewItem is expanded. |
![]() | IsHitTestVisible | (Inherited from System.Windows.UIElement) |
![]() | IsMouseOver | Gets a value indicating whether the mouse pointer is located over this element. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | IsSelected | Gets or sets whether a C1TreeViewItem control is selected. |
![]() | IsTabStop | (Inherited from System.Windows.Controls.Control) |
![]() | ItemContainerGenerator | (Inherited from System.Windows.Controls.ItemsControl) |
![]() | ItemContainerStyle | Gets or sets the Style that is applied to the container element generated for each item. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | ItemContainerStyleSelector | Gets or sets custom style-selection logic for a style that can be applied to each generated container element. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | ItemConverter | The ItemConverter performs the conversion from a C1HierarchicalPresenter instance to its String representation. If not set by the user, the default converter will be used. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | Items | (Inherited from System.Windows.Controls.ItemsControl) |
![]() | ItemsPanel | (Inherited from System.Windows.Controls.ItemsControl) |
![]() | ItemsSource | (Inherited from System.Windows.Controls.ItemsControl) |
![]() | ItemTemplate | (Inherited from System.Windows.Controls.ItemsControl) |
![]() | ItemTemplateSelector | Provides a way to choose a DataTemplate based on the data object and the data-bound element. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | Language | (Inherited from System.Windows.FrameworkElement) |
![]() | LastNode | Gets this node's last child. |
![]() | LineDashArray | Gets or sets a Collection of System.Double values that indicates the pattern of dashes and gaps that is used to the connecting lines. |
![]() | LineStroke | Gets or sets the brush used to paint the connecting lines. |
![]() | LineThickness | Gets or sets the thickness of the connecting lines. |
![]() | Margin | (Inherited from System.Windows.FrameworkElement) |
![]() | MaxHeight | (Inherited from System.Windows.FrameworkElement) |
![]() | MaxWidth | (Inherited from System.Windows.FrameworkElement) |
![]() | MinHeight | (Inherited from System.Windows.FrameworkElement) |
![]() | MinWidth | (Inherited from System.Windows.FrameworkElement) |
![]() | MouseOverBrush | Gets or sets the System.Windows.Media.Brush used to highlight the control when it has the mouse over. |
![]() | Name | (Inherited from System.Windows.FrameworkElement) |
![]() | NextNode | Gets the next node to this one on the C1TreeView. |
![]() | NextVisibleNode | Gets the next visible node to this one on the C1TreeView. |
![]() | Opacity | (Inherited from System.Windows.UIElement) |
![]() | OpacityMask | (Inherited from System.Windows.UIElement) |
![]() | Padding | (Inherited from System.Windows.Controls.Control) |
![]() | Parent | Gets the C1TreeViewItem that is the parent of this item. |
![]() | ParentCollection | Gets the items collection of this element's parent. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | ParentItem | Gets the C1TreeViewItem that is the parent of this item. |
![]() | ParentItemsSource | Returns this element's parent ItemsSource Property. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | PrevNode | Gets the previous node to this one on the C1TreeView. |
![]() | PrevVisibleNode | Gets the previous visible node to this one on the C1TreeView. |
![]() | Projection | (Inherited from System.Windows.UIElement) |
![]() | RenderSize | (Inherited from System.Windows.UIElement) |
![]() | RenderTransform | (Inherited from System.Windows.UIElement) |
![]() | RenderTransformOrigin | (Inherited from System.Windows.UIElement) |
![]() | Resources | (Inherited from System.Windows.FrameworkElement) |
![]() | SelectedBackground | Gets or sets the System.Windows.Media.Brush used to highlight the control when it is selected. |
![]() | Style | (Inherited from System.Windows.FrameworkElement) |
![]() | TabIndex | (Inherited from System.Windows.Controls.Control) |
![]() | TabNavigation | (Inherited from System.Windows.Controls.Control) |
![]() | Tag | (Inherited from System.Windows.FrameworkElement) |
![]() | Template | (Inherited from System.Windows.Controls.Control) |
![]() | TextAlignment | Gets or sets a value that indicates the horizontal alignment of text content in the Header. |
![]() | TextDecorations | Gets or sets a TextDecorationCollection that contains the effects to apply to the text of the Header. |
![]() | TextWrapping | Gets or sets a value that indicates how any text should be wrapped in the Header. |
![]() | TreeView | Identifies the parent C1TreeView of this item. |
![]() | Triggers | (Inherited from System.Windows.FrameworkElement) |
![]() | UseLayoutRounding | (Inherited from System.Windows.UIElement) |
![]() | VerticalAlignment | (Inherited from System.Windows.FrameworkElement) |
![]() | VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) |
![]() | Visibility | (Inherited from System.Windows.UIElement) |
![]() | Width | (Inherited from System.Windows.FrameworkElement) |
Name | Description | |
---|---|---|
![]() | AddHandler | (Inherited from System.Windows.UIElement) |
![]() | ApplyTemplate | (Inherited from System.Windows.Controls.Control) |
![]() | Arrange | (Inherited from System.Windows.UIElement) |
![]() | CaptureMouse | (Inherited from System.Windows.UIElement) |
![]() | ClearValue | (Inherited from System.Windows.DependencyObject) |
![]() | Collapse | Collapses the C1TreeViewItem. |
![]() | EnsureVisible | Scrolls the C1TreeViewItem into view. |
![]() | Expand | Expands the C1TreeViewItem. |
![]() | FindName | (Inherited from System.Windows.FrameworkElement) |
![]() | Focus | (Inherited from System.Windows.Controls.Control) |
![]() | GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) |
![]() | GetBindingExpression | (Inherited from System.Windows.FrameworkElement) |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | InitializeItem | Initializes a C1HierarchicalPresenter by setting its parent and root elements in the hierarchy. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | InvalidateArrange | (Inherited from System.Windows.UIElement) |
![]() | InvalidateMeasure | (Inherited from System.Windows.UIElement) |
![]() | IsAncestorOf | Determines whether the C1HierarchicalPresenter is an ancestor of the descendant element. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | Measure | (Inherited from System.Windows.UIElement) |
![]() | OnApplyTemplate | Overridden. Builds the visual tree for the C1TreeViewItem control when a new template is applied. |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | ReleaseMouseCapture | (Inherited from System.Windows.UIElement) |
![]() | RemoveHandler | (Inherited from System.Windows.UIElement) |
![]() | SetBinding | (Inherited from System.Windows.FrameworkElement) |
![]() | SetValue | (Inherited from System.Windows.DependencyObject) |
![]() | ToList<T> | Creates a list with all the item containers present in the Hierarchical Presenter at the moment of invocation. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | TransformToVisual | (Inherited from System.Windows.UIElement) |
![]() | UpdateLayout | (Inherited from System.Windows.UIElement) |
Name | Description | |
---|---|---|
![]() | BindingValidationError | (Inherited from System.Windows.FrameworkElement) |
![]() | Click | Occurs when the C1TreeViewItem is clicked. |
![]() | Collapsed | Occurs after the C1TreeViewItem is collapsed. |
![]() | Collapsing | Occurs before the C1TreeViewItem is collapsed. |
![]() | DataContextChanged | (Inherited from System.Windows.FrameworkElement) |
![]() | DragEnter | (Inherited from System.Windows.UIElement) |
![]() | DragLeave | (Inherited from System.Windows.UIElement) |
![]() | DragOver | (Inherited from System.Windows.UIElement) |
![]() | Drop | (Inherited from System.Windows.UIElement) |
![]() | Expanded | Occurs after the C1TreeViewItem is expanded. |
![]() | Expanding | Occurs before the C1TreeViewItem is expanded. |
![]() | GotFocus | (Inherited from System.Windows.UIElement) |
![]() | IsEnabledChanged | (Inherited from System.Windows.Controls.Control) |
![]() | IsExpandedChanged | Event raised when the IsExpanded property has changed. |
![]() | IsMouseOverChanged | Event raised when the IsMouseOver property has changed. (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | ItemCleared | Occurs when a C1HierarchicalPresenter child item is cleared. (ClearContainerForItemOverride was invoked). (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | ItemPrepared | Occurs when a C1HierarchicalPresenter child item is prepared (PrepareContainerForItemOverride was invoked). (Inherited from C1.Silverlight.C1HierarchicalPresenter) |
![]() | KeyDown | (Inherited from System.Windows.UIElement) |
![]() | KeyUp | (Inherited from System.Windows.UIElement) |
![]() | LayoutUpdated | (Inherited from System.Windows.FrameworkElement) |
![]() | Loaded | (Inherited from System.Windows.FrameworkElement) |
![]() | LostFocus | (Inherited from System.Windows.UIElement) |
![]() | LostMouseCapture | (Inherited from System.Windows.UIElement) |
![]() | MediaCommand | (Inherited from System.Windows.UIElement) |
![]() | MouseEnter | (Inherited from System.Windows.UIElement) |
![]() | MouseLeave | (Inherited from System.Windows.UIElement) |
![]() | MouseLeftButtonDown | (Inherited from System.Windows.UIElement) |
![]() | MouseLeftButtonUp | (Inherited from System.Windows.UIElement) |
![]() | MouseMove | (Inherited from System.Windows.UIElement) |
![]() | MouseRightButtonDown | (Inherited from System.Windows.UIElement) |
![]() | MouseRightButtonUp | (Inherited from System.Windows.UIElement) |
![]() | MouseWheel | (Inherited from System.Windows.UIElement) |
![]() | SizeChanged | (Inherited from System.Windows.FrameworkElement) |
![]() | TextInput | (Inherited from System.Windows.UIElement) |
![]() | TextInputStart | (Inherited from System.Windows.UIElement) |
![]() | TextInputUpdate | (Inherited from System.Windows.UIElement) |
![]() | Unloaded | (Inherited from System.Windows.FrameworkElement) |