ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / CustomPropertyInfo Class / CanRead Property

In This Topic
    CanRead Property
    In This Topic
    Gets a value indicating whether the property can be read.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property CanRead As Boolean
    public override bool CanRead {get;}

    Property Value

    true if this property can be read; otherwise, false.
    See Also