public class SfTreeGridBehavior : Behavior<SfTreeGrid>Public Class SfTreeGridBehavior
Inherits Behavior(Of SfTreeGrid)| SfTreeGridBehavior | Initializes a new instance of the SfTreeGridBehavior class |
| AddFillColumn | Get or set whether to add a fill column to the SfTreeGrid. |
| SelectedItems | Gets or sets the selected items in the associated SfTreeGrid control. |
| SuspendRedraw |
Gets or sets a value that controls the updating of the view.
|
| TreeGrid | Instance of the associated SfTreeGrid. |
| AssociatedTreeGridEquals | Determina si el objeto SfTreeGrid indicado es equivalente al objeto actual SfTreeGrid asociado. |
| GetShowCellToolTipMode | Obteniene el valor de la propiedad adjunta ShowCellToolTipMode para la columna indicada |
| GetShowHeaderToolTipMode | Obteniene el valor de la propiedad adjunta ShowHeaderToolTipMode para la columna indicada |
| ScrollInView | Situa el scroll de la vista para mostrar la fila y columna seleccionada |
| ScrollInView(RowColumnIndex) | Situa el scroll de la vista para mostrar la celda seleccionada |
| SetShowCellToolTipMode | Establece el valor de la propiedad adjunta ShowCellToolTipMode para la columna indicada |
| SetShowHeaderToolTipMode | Establece el valor de la propiedad adjunta ShowHeaderToolTipMode para la columna indicada |
| SelectedItemsProperty | Identifies the dependency property SelectedItems. |
| ShowCellToolTipModeProperty | P Attached property that allows you to specify how to display the ToolTip in the data cells of the SfTreeGrid control. |
| ShowHeaderToolTipModeProperty | Attached property that allows you to specify how to display the ToolTip of a column header in the SfTreeGrid control. |
| SuspendRedrawProperty | Identify the dependency property SuspendRedraw. |
| ShowCellToolTipMode | P Attached property that allows you to specify how to display the ToolTip in the data cells of the SfTreeGrid control. |
| ShowHeaderToolTipMode | Attached property that allows you to specify how to display the ToolTip of a column header in the SfTreeGrid control. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |