SPREAD for WPF 3.0J - GcSpreadGrid
CalendarItem クラス
メンバ 

GrapeCity.Windows.SpreadGrid.Editors 名前空間 : CalendarItem クラス
GcDropDownCalendar に1月、1年、または 10 年を表示する CalendarItem コントロールを表します。
オブジェクト モデル
CalendarItem クラスHeaderInfo クラス
シンタックス
'宣言
 
Public Class CalendarItem 
   Inherits System.Windows.Controls.Control
public class CalendarItem : System.Windows.Controls.Control 
解説
CalendarItem にはヘッダに3つのボタン(前へ移動ボタン、次へ移動ボタン、ヘッダボタン)があり、1月を表示する月ビューと1年または 10 年を表示する年ビューが含まれます。

サポートされている System.Windows.VisualState の一覧:

VisualStateGroup 名

VisualState 名

説明

CommonStates

Normal

コントロールが通常状態のときの外観を表します。

CommonStates

Disabled

System.Windows.UIElement.IsEnabledfalse のときの外観を表します。

ValidationStates

Valid

System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)false を返すときの外観を表します。

ValidationStates

InvalidFocused

System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)true を返し、なおかつ System.Windows.UIElement.IsKeyboardFocusedtrue のときの外観を表します。

ValidationStates

InvalidUnfocused

System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)true を返し、なおかつ System.Windows.UIElement.IsKeyboardFocusedfalse のときの外観を表します。

継承階層

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     GrapeCity.Windows.SpreadGrid.Editors.CalendarItem

参照

CalendarItem メンバ
GrapeCity.Windows.SpreadGrid.Editors 名前空間