Name | Description | |
---|---|---|
C1TreeView Constructor | Initializes a new instance of a C1TreeView. |
The following tables list the members exposed by C1TreeView.
Name | Description | |
---|---|---|
C1TreeView Constructor | Initializes a new instance of a C1TreeView. |
Name | Description | |
---|---|---|
AllowDragDropProperty | Identifies the AllowDragDrop dependency property. | |
AutoScrollModeProperty | Identifies the AutoScrollMode dependency property. | |
AutoSearchProperty | Identifies the AutoSearch dependency property. | |
AutoSearchResetDelayProperty | Identifies the AutoSearchResetDelay dependency property. | |
DisabledCuesVisibilityProperty | Identifies the DisabledCuesVisibility dependency property. | |
EditTemplateProperty | Identifies the EditTemplate dependency property. | |
ExpandModeProperty | Identifies the ExpandMode dependency property. | |
ExpandOnClickProperty | Identifies the ExpandOnClick dependency property. | |
FocusCuesVisibilityProperty | Identifies the FocusCuesVisibility dependency property. | |
IsFocusedProperty | Identifies the IsFocused dependency property. | |
IsVirtualizingProperty | Identifies the IsVirtualizing dependency property. | |
KeyboardNavigationProperty | Identifies the KeyboardNavigation 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. | |
ScrollBarStyleProperty | Identifies the ScrollBarStyle dependency property. | |
SelectedBackgroundProperty | Identifies the SelectedBackground dependency property. | |
SelectedItemProperty | Identifies the SelectedItem dependency property. | |
SelectedItemsProperty | Identifies the SelectedItems dependency property. | |
SelectionModeProperty | Identifies the SelectionMode dependency property. | |
ShowLinesProperty | Identifies the ShowLines dependency property. | |
ValidationDecoratorStyleProperty | Identifies the ValidationDecoratorStyle dependency property. |
Name | Description | |
---|---|---|
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.FrameworkElement) | |
AllowDragDrop | Gets or sets a value indicating whether this C1TreeView allows drag-and-drop operations. | |
AllowDrop | (Inherited from System.Windows.UIElement) | |
AutoScrollMode | Gets or sets a value indicating the auto-scroll mode used by the C1TreeView when navigating to C1treeViewItems that are not (or don´t fit) in the current ViewPort. | |
AutoSearch | Enables or disables the AutoSearch functionality of the C1TreeView. | |
AutoSearchResetDelay | Gets or Sets a value for the delay (in milliseconds) used in the keyboard search. | |
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) | |
DisabledCuesVisibility | Gets or sets a value indicating whether the disabled visuals of the control are visible. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DisplayMemberPath | (Inherited from System.Windows.Controls.ItemsControl) | |
DragDropArrowMarker | Gets the arrow element used to indicate the drop location. | |
DragDropLineMarker | Gets the line element used to indicate the drop location. | |
EditTemplate | Gets or sets the template used to edit the contents of the items. | |
Effect | (Inherited from System.Windows.UIElement) | |
ExpandMode | Gets or sets a value indicating the allowed number of expanded C1TreeViewItems. | |
ExpandOnClick | Gets or sets a value indicating whether the node is expanded/collapsed when the users clicks in the C1TreeViewItem header. | |
FlowDirection | (Inherited from System.Windows.FrameworkElement) | |
FocusCuesVisibility | Gets or sets a value indicating whether the focus visuals of the control are visible. | |
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) | |
IsEnabled | (Inherited from System.Windows.Controls.Control) | |
IsFocused | Returns true if the control has the focus. | |
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) | |
IsTabStop | (Inherited from System.Windows.Controls.Control) | |
IsVirtualizing | Gets or sets a value indicating whether the node is virtualized. | |
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) | |
KeyboardNavigation | Enables or disables the Keyboard navigation functionality of the C1TreeView. | |
Language | (Inherited from System.Windows.FrameworkElement) | |
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) | |
Opacity | (Inherited from System.Windows.UIElement) | |
OpacityMask | (Inherited from System.Windows.UIElement) | |
Padding | (Inherited from System.Windows.Controls.Control) | |
Parent | (Inherited from System.Windows.FrameworkElement) | |
ParentCollection | Gets the items collection of this element's parent. (Inherited from C1.Silverlight.C1HierarchicalPresenter) | |
ParentItemsSource | Returns this element's parent ItemsSource Property. (Inherited from C1.Silverlight.C1HierarchicalPresenter) | |
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) | |
ScrollBarStyle | Gets or sets the style used for the inner scrollbar. | |
SelectedBackground | Gets or sets the System.Windows.Media.Brush used to highlight the control when it is selected. | |
SelectedItem | Gets the selected item in a C1TreeView. | |
SelectedItems | Gets the selected items in a C1TreeView (when in Multiple Selection mode). | |
SelectionMode | Gets or sets the selection behavior for a C1TreeView. | |
ShowLines | Gets or sets a value that indicates whether the connecting lines are visible. | |
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) | |
Triggers | (Inherited from System.Windows.FrameworkElement) | |
UseLayoutRounding | (Inherited from System.Windows.UIElement) | |
ValidationDecoratorStyle | Gets or sets the style that is applied to the inner C1ValidationDecorator. | |
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 | |
---|---|---|
DefaultStyleKey | (Inherited from System.Windows.Controls.Control) |
Name | Description | |
---|---|---|
AutoSearchBufferChanged | Occurs when search text is changed. | |
BindingValidationError | (Inherited from System.Windows.FrameworkElement) | |
DataContextChanged | (Inherited from System.Windows.FrameworkElement) | |
DragDrop | Fires at the end of a drag drop process, when the user releases the mouse button over a registered drop target. | |
DragEnter | (Inherited from System.Windows.UIElement) | |
DragLeave | (Inherited from System.Windows.UIElement) | |
DragOver | Fires during a drag drop process, when the cursor moves over a registered drop target. | |
DragStart | Fires when a drag drop process starts. | |
Drop | (Inherited from System.Windows.UIElement) | |
GotFocus | (Inherited from System.Windows.UIElement) | |
IsEnabledChanged | (Inherited from System.Windows.Controls.Control) | |
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) | |
ItemClick | Occurs when a C1TreeViewItem is clicked. | |
ItemCollapsed | Occurs when a C1TreeViewItem is collapsed. | |
ItemCollapsing | Occurs when a C1TreeViewItem is collapsing. | |
ItemExpanded | Occurs when a C1TreeViewItem is expanded. | |
ItemExpanding | Occurs when a C1TreeViewItem is expanding. | |
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) | |
SelectionChanged | Occurs when the current selection changes. | |
SelectionChanging | Occurs when the current selection begin to change. | |
SelectionModeChanged | Event raised when the SelectionMode property has changed. | |
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) |