[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Forms.ISelector-1

Interface ISelector<T>

Namespace
GrapeCity.Documents.Excel.Forms
Assembly
GcDocs.Excel.dll

Represents a control that allows a user to select items from among its child elements.

public interface ISelector<T> : ISelector, ICellLinkControl<int>, ICellLinkControl, IControl where T : SelectorItem

Type Parameters

T
Inherited Members

Properties

Items

Gets items of this control. The list is read-only if ItemsSourceRange exists.

IList<T> Items { get; }

Property Value

System.Collections.Generic.IList<T><T>

Remarks

Not fully supported by the *.ssjson and *.sjs format. Data could lose.

SelectedItem

Gets or sets the currently selected item.

T SelectedItem { get; set; }

Property Value

T

Remarks

Not fully supported by the *.ssjson and *.sjs format. System.ArgumentOutOfRangeException could occur if Items lost data.