

DataGrid provides HeaderStyle property for its columns and the DataGridColumnHeaderStyle exposes OptionsButtonText property responsible for the OptionsButton icon. Let's for example change the default icon of the RadDataGrid OptionsButton, used to display the DataGrid Filtering UI with one of the above listed icons (configure icon). You need to set the Telerik Font icon code on the concrete property to visualize the icon. You can choose any of the available Telerik Font icons: Telerik Font Icons Assets/Fonts/telerikfontexamples.ttf#telerikfontexamplesĬhoose between the available Telerik icons You'd also need to modify the ist file inside the iOS project with adding the following code:įonts/telerikfontexamples.ttf#telerikfontexamples IOS project: Create Fonts folder inside the iOS Resources and add the.
XAMARIN.IOS FONT PICKER ANDROID
ttf file into your application in the following locations:Īndroid project: Create Fonts folder inside the Android Assets and add the. Get the font file from the installation folder of Telerik UI for Xamarin - here is the path to the exact location: Telerik UI for Xamarin \QSF\QSF.Android\Assets\Fonts ttf file.ĭownload the telerikfontexamples.ttf file from Telerik UI for Xamarin Samples App GitHub repo. I spent some time to do research and I found that I should create a PickerRenderer class and render the Picker.

In my project, I use BindablePicker that inherits from Picker class. There are two options you could use to get the. I try to change the items font size in Xamarin.Picker for my Android app. The Telerik Font Icons are located in the telerikfontexamples.ttf file.
