 |
BcfTableViewBaseFilterFunction Property |
Gets or sets the filter function.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.0.2.0
Syntaxpublic Func<BcfRowView, bool> FilterFunction { get; set; }
Public Property FilterFunction As Func(Of BcfRowView, Boolean)
Get
Set
public:
property Func<BcfRowView^, bool>^ FilterFunction {
Func<BcfRowView^, bool>^ get ();
void set (Func<BcfRowView^, bool>^ value);
}
member FilterFunction : Func<BcfRowView, bool> with get, set
Property Value
Type:
FuncBcfRowView,
BooleanThe filter function.
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also