ItemsSourceId Property (FlexSheet)
In This Topic
Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
<IgnoreAttribute()>
Public Overrides Property ItemsSourceId As String
[Ignore()]
public override string ItemsSourceId {get; set;}
See Also