KaxFilterQueryProviderSupportedFilterFunctions Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public abstract IList<KaxFilterFunction> SupportedFilterFunctions { get; }
Public MustOverride ReadOnly Property SupportedFilterFunctions As IList(Of KaxFilterFunction)
Get
public:
virtual property IList<KaxFilterFunction>^ SupportedFilterFunctions {
IList<KaxFilterFunction>^ get () abstract;
}
abstract SupportedFilterFunctions : IList<KaxFilterFunction> with get
Property Value
Type:
IListKaxFilterFunctionSee Also