Base List ControlFilter Item On Property(Object) Method
This is used to return the property value for the display member
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
)VB
Protected Function FilterItemOnProperty (
item As Object
) As ObjectC++
protected:
Object^ FilterItemOnProperty(
Object^ item
)F#
member FilterItemOnProperty :
item : Object -> Object Parameters
- item Object
- The item from which to get the info
Return Value
ObjectThe found property value or the item itself if not found