GrapeCity.Win.CalendarGrid.v20 アセンブリ > GrapeCity.Win.CalendarGrid 名前空間 > GcCalendarGrid クラス : SelectionUnit プロパティ |
Public Property SelectionUnit As SelectionUnit
public SelectionUnit SelectionUnit {get; set;}
void selectionUnitComboBox_SelectedIndexChanged(object sender, EventArgs e) { this.gcCalendarGrid.SelectionUnit = (SelectionUnit)selectionUnitComboBox.SelectedItem; }
Private Sub selectionUnitComboBox_SelectedIndexChanged(sender As Object, e As EventArgs) Me.gcCalendarGrid.SelectionUnit = DirectCast(selectionUnitComboBox.SelectedItem, SelectionUnit) End Sub