Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146136 | Jul 22,2019 12:35 PM UTC | Jul 24,2019 06:57 PM UTC | Xamarin.Forms | 1 |
![]() |
Tags: SfDataGrid |
[C#]
_dataGrid.GridStyle = new DataGridStyleDemo();
………..
public class DataGridStyleDemo: DataGridStyle
{
public DataGridStyleDemo()
{
}
public override ImageSource GetGroupCollapseIcon()
{
return ImageSource.FromFile("Right.jpg");
}
public override ImageSource GetGroupExpanderIcon()
{
return ImageSource.FromFile("Left.jpg");
}
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.