Version

OnRecordFilterDropDownItemInitializing Method

Occurs when a record filter drop-down is being initialized.
Syntax
'Declaration
 
Protected Overridable Sub OnRecordFilterDropDownItemInitializing( _
   ByVal args As RecordFilterDropDownItemInitializingEventArgs _
) 
protected virtual void OnRecordFilterDropDownItemInitializing( 
   RecordFilterDropDownItemInitializingEventArgs args
)

Parameters

args
Remarks

Note: this event will only get raised when a filter condition is specified in code when the FilterUIType is set to 'Default' or 'FilterRecord' on FieldLayoutSettings. This allows the DisplayText and/or Image of the FilterDrapDownItem to be modified before the item if displayed in the filter cell.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also