FlexGrid for WPF
EmptyGridBehavior クラス
メンバ 

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 : EmptyGridBehavior クラス
グリッド内に行が存在しない場合にビジュアル要素(通常、メッセージ付きのラベル)を表示します。
オブジェクト モデル
EmptyGridBehavior クラス
シンタックス
'宣言
 
Public Class EmptyGridBehavior 
   Inherits C1.WPF.Core.C1Behavior(Of FlexGrid)
   Implements Microsoft.Xaml.Behaviors.IAttachedObject 
public class EmptyGridBehavior : C1.WPF.Core.C1Behavior<FlexGrid>, Microsoft.Xaml.Behaviors.IAttachedObject  
解説
グリッド内に行が存在しない場合にエンプティビューを表示するには、EmptyView の IsVisible プロパティおよびアタッチされるグリッドを設定します。
継承階層

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Freezable
            System.Windows.Media.Animation.Animatable
               Microsoft.Xaml.Behaviors.Behavior
                  Microsoft.Xaml.Behaviors.Behavior<T>
                     C1.WPF.Core.C1Behavior<T>
                        C1.WPF.Grid.EmptyGridBehavior

参照

EmptyGridBehavior メンバ
C1.WPF.Grid 名前空間