SfTreeGridBehavior Class

Behavior class for SfTreeGrid that provides additional functionality to the associated control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class SfTreeGridBehavior : Behavior<SfTreeGrid>
Inheritance
Object    DispatcherObject    DependencyObject    Freezable    Animatable    Behavior    BehaviorSfTreeGrid    SfTreeGridBehavior

Constructors

SfTreeGridBehaviorInitializes a new instance of the SfTreeGridBehavior class

Properties

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.

    Methods

    AssociatedTreeGridEquals Determina si el objeto SfTreeGrid indicado es equivalente al objeto actual SfTreeGrid asociado.
    GetShowCellToolTipModeObteniene el valor de la propiedad adjunta ShowCellToolTipMode para la columna indicada
    GetShowHeaderToolTipModeObteniene 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
    SetShowCellToolTipModeEstablece el valor de la propiedad adjunta ShowCellToolTipMode para la columna indicada
    SetShowHeaderToolTipModeEstablece el valor de la propiedad adjunta ShowHeaderToolTipMode para la columna indicada

    Fields

    SelectedItemsProperty Identifies the dependency property SelectedItems.
    ShowCellToolTipModePropertyP 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.

    Attached Properties

    ShowCellToolTipModeP 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.

    Extension Methods

    GetAttributeFromT Get attribute from a class.
    (Defined by ObjectExtensions)
    ValidateDataAnnotations Validate class with validator of DataAnnotations.
    (Defined by ObjectExtensions)

    See Also