Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / ColumnManagerCell Class / HotTracking Property


In This Topic
    HotTracking Property (ColumnManagerCell)
    In This Topic
    Gets or sets a boolean value indicating if hot tracking is enabled for the grid element.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if hot tracking is enabled for the grid element.")>
    <CategoryAttribute("Behavior")>
    Public Property HotTracking As Boolean
    'Usage
     
    Dim instance As ColumnManagerCell
    Dim value As Boolean
     
    instance.HotTracking = value
     
    value = instance.HotTracking
    [Description("Indicates if hot tracking is enabled for the grid element.")]
    [Category("Behavior")]
    public bool HotTracking {get; set;}

    Property Value

    true if hot tracking should be enabled; false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also