Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / MultiValuesFilterItem Class / IsObjectValueEditable Property


In This Topic
IsObjectValueEditable Property (MultiValuesFilterItem)
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 MultiValuesFilterItem
Dim value As Boolean
 
value = instance.IsObjectValueEditable
See Also