ListView.SetSeparatorStyle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetSeparatorStyle(BindableObject, SeparatorStyle) |
Sets the separator style for a list view. |
SetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>, SeparatorStyle) |
Sets the separator style for a list view. |
SetSeparatorStyle(BindableObject, SeparatorStyle)
Sets the separator style for a list view.
public static void SetSeparatorStyle (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.iOSSpecific.SeparatorStyle value);
static member SetSeparatorStyle : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.iOSSpecific.SeparatorStyle -> unit
Parameters
- element
- BindableObject
The list view element whose separator style to set
- value
- SeparatorStyle
The new separator style value.
Applies to
SetSeparatorStyle(IPlatformElementConfiguration<iOS,ListView>, SeparatorStyle)
Sets the separator style for a list view.
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ListView> SetSeparatorStyle (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.ListView> config, Xamarin.Forms.PlatformConfiguration.iOSSpecific.SeparatorStyle value);
static member SetSeparatorStyle : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.ListView> * Xamarin.Forms.PlatformConfiguration.iOSSpecific.SeparatorStyle -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.ListView>
Parameters
- config
- IPlatformElementConfiguration<iOS,ListView>
The platform configuration for the list view element whose separator style to set.
- value
- SeparatorStyle
The new separator style value.
Returns
A fluent object on which the developer can make further method calls.