Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomFilterItem Class / IsObjectValueEditable Property


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