ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / DetailsVisibility Property

In This Topic
    DetailsVisibility Property (DataGridRow)
    In This Topic
    Gets or sets a value indicating whether this row is showing details.
    Syntax
    'Declaration
     
    
    Public Property DetailsVisibility As Visibility
    public Visibility DetailsVisibility {get; set;}

    Property Value

    true if this row is showing details; otherwise, false.
    See Also