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


In This Topic
    IsObjectValueEditable Property (DynamicFilterItem)
    In This Topic
    Gets or sets whether the object value can be edited. In the filter bar UI, the text editor is displayed if value is true.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsObjectValueEditable As Boolean
    'Usage
     
    
    Dim instance As DynamicFilterItem
    Dim value As Boolean
     
    value = instance.IsObjectValueEditable
    public bool IsObjectValueEditable {get;}
    See Also