Beispiel #1
0
		private void availablePaymentsView_CustomDrawCardCaption(object sender, LayoutViewCustomDrawCardCaptionEventArgs e) {
			e.Appearance.Font = e.Cache.GetFont(e.Appearance.Font,
				e.RowHandle == availablePaymentsView.FocusedRowHandle ? FontStyle.Bold : FontStyle.Regular);
		}
Beispiel #2
0
 private void lvImages_CustomDrawCardCaption(object sender, LayoutViewCustomDrawCardCaptionEventArgs e)
 {
     e.CardCaption = (e.RowHandle + 1).ToString();
 }
Beispiel #3
0
 private void availablePaymentsView_CustomDrawCardCaption(object sender, LayoutViewCustomDrawCardCaptionEventArgs e)
 {
     e.Appearance.Font = e.Cache.GetFont(e.Appearance.Font,
                                         e.RowHandle == availablePaymentsView.FocusedRowHandle ? FontStyle.Bold : FontStyle.Regular);
 }