Class DataFormSegmentItem
Represents the class that encapsulates the layout and Segment editor (SfSegmentCOntrol) settings for data field appearing in SfDataForm.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.XForms.DataForm
Assembly: Syncfusion.SfDataForm.XForms.dll
Syntax
public class DataFormSegmentItem : DataFormItem, IDisposable
Constructors
DataFormSegmentItem()
Declaration
public DataFormSegmentItem()
Fields
ItemsSourceProperty
BindableProperty of ItemsSource for DataFormSegmentItem.
Declaration
public static readonly BindableProperty ItemsSourceProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
ItemsSource
Gets or sets the ItemsSource of the segment control.
Declaration
public IList ItemsSource { get; set; }
Property Value
Type |
---|
System.Collections.IList |
VisibleSegmentsCount
Gets or sets a value indicating number of visible segment the segment editor posses.
Declaration
public int VisibleSegmentsCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Implements
System.IDisposable