Base List ControlFilter Item On Property(Object, String) Method
This is used to return the property value for the specified property name
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The found property value or the item itself if not found
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected Object? FilterItemOnProperty(
Object? item,
string field
)VB
Protected Function FilterItemOnProperty (
item As Object,
field As String
) As ObjectC++
protected:
Object^ FilterItemOnProperty(
Object^ item,
String^ field
)F#
member FilterItemOnProperty :
item : Object *
field : string -> Object Parameters
Return Value
ObjectThe found property value or the item itself if not found