PowerTools CalendarGrid for Windows Forms 1.0J
ColumnBreaks プロパティ

1 か月の日付を複数の列にどのようにレイアウトするかを示す System.Int32 の配列を取得または設定します。
構文
Public Property ColumnBreaks As Integer()
public int[] ColumnBreaks {get; set;}

プロパティ値

1 か月の日付を複数の列にどのようにレイアウトするかを示す System.Int32 の配列。この配列には、各列の最後の日番号を格納します。値が null 参照 (Visual Basicでは Nothing) であるか、配列要素が 1 つもない場合、日付は 1 列にレイアウトされます。たとえば、値 "{ 15 }" を指定すると、日付が 2 列にレイアウトされ、1 列目にはその月の 1 日から 15 日まで、2 列目には 16 日から月末日までが配置されます。値 "{ 10, 20 }" を指定すると、日付が 3 列にレイアウトされます。既定値は "{ 15 }" です。
参照

CalendarMonthMultiColumnView クラス
CalendarMonthMultiColumnView メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.