Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / SpacerRow Class / CanBeCurrent Property


In This Topic
    CanBeCurrent Property (SpacerRow)
    In This Topic
    Gets or sets a boolean value indicating if the row can be the current row.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the row can be the current row.")>
    <CategoryAttribute("Behavior")>
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Shadows Property CanBeCurrent As Boolean
    'Usage
     
    Dim instance As SpacerRow
    Dim value As Boolean
     
    instance.CanBeCurrent = value
     
    value = instance.CanBeCurrent
    [Description("Indicates if the row can be the current row.")]
    [Category("Behavior")]
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public new bool CanBeCurrent {get; set;}

    Property Value

    true if the row can be the current row; false otherwise.
    Remarks

    To reset the value of the CanBeCurrent property to its default value, DefaultCanBeCurrent, the ResetCanBeCurrent method must be called.

    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