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

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

    Property Value

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