ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / IsDetailsTogglingAllowed Property

In This Topic
    IsDetailsTogglingAllowed Property (C1DataGrid)
    In This Topic
    Gets a value indicating whether it is possible to toggle row details according to the C1DataGrid configuration.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDetailsTogglingAllowed As Boolean
    public bool IsDetailsTogglingAllowed {get;}
    See Also