Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconFilterItem Class / IsObjectValueEditable Property


In This Topic
    IsObjectValueEditable Property (IconFilterItem)
    In This Topic
    Gets whether the icon can be edited in the editor.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsObjectValueEditable As Boolean
    'Usage
     
    
    Dim instance As IconFilterItem
    Dim value As Boolean
     
    value = instance.IsObjectValueEditable
    public bool IsObjectValueEditable {get;}
    See Also