Skip to content

Instantly share code, notes, and snippets.

@arman-hpp
Created August 2, 2018 03:13
Show Gist options
  • Save arman-hpp/8fe9a6f973b3bd5d1d8429cf5b4cbfc3 to your computer and use it in GitHub Desktop.
Save arman-hpp/8fe9a6f973b3bd5d1d8429cf5b4cbfc3 to your computer and use it in GitHub Desktop.
radcombobox.cs
private void cmbDocumnetType_VisualListItemFormatting(object sender, VisualItemFormattingEventArgs args)
{
args.VisualItem.Font = cmbDocumnetType.Font;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment