Interface ISelectorControl
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public interface ISelectorControl
Properties
Declaration
bool AllowMultiSelect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
string ClientValues { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
string ClientValuesId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
string ContainerId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
string GridId { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAutoPostBack
Declaration
bool IsAutoPostBack { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PostDelayTime
Declaration
int PostDelayTime { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
int SelectedCount { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
string ServerValues { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
string ServerValuesId { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
string UpdateElementId { get; }
Property Value
Type |
Description |
System.String |
|
Events
Declaration
event ValueChangedEventHandler ValueChange
Event Type