.NET MAUI コントロール
FullTextFilterMode 列挙体

C1.Maui.Grid アセンブリ > C1.Maui.Grid 名前空間 : FullTextFilterMode 列挙体
フィルタ操作を実行するモードを指定します。
シンタックス
'宣言
 
Public Enum FullTextFilterMode 
   Inherits System.Enum
public enum FullTextFilterMode : System.Enum 
メンバ
メンバ解説
WhenCompletedユーザーが[OK]ボタンを押すとフィルタが適用されます。
WhileTypingユーザーが Microsoft.Maui.Controls.Entry に入力している間にフィルタが適用されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Maui.Grid.FullTextFilterMode

参照

C1.Maui.Grid 名前空間