FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / AreRowDetailsFrozen Property

In This Topic
    AreRowDetailsFrozen Property
    In This Topic
    Gets or sets a value that indicates whether the row details remain fixed at the width of the display area or can scroll horizontally.
    Syntax
    'Declaration
     
    Public Property AreRowDetailsFrozen As Boolean
    public bool AreRowDetailsFrozen {get; set;}
    See Also