.NET MAUI コントロール
AllowCustomCell メソッド (GridRow)

C1.Maui.Grid アセンブリ > C1.Maui.Grid 名前空間 > GridRow クラス : AllowCustomCell メソッド
セルの種類
セルを決定する列
指定された範囲でカスタムセルが許可されるかどうかを取得します。
シンタックス
'宣言
 
Public Overridable Function AllowCustomCell( _
   ByVal cellType As GridCellType, _
   ByVal col As GridColumn _
) As System.Boolean
public virtual System.bool AllowCustomCell( 
   GridCellType cellType,
   GridColumn col
)

パラメータ

cellType
セルの種類
col
セルを決定する列
参照

GridRow クラス
GridRow メンバ