Interface ISelectorControl

Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public interface ISelectorControl

Properties

AllowMultiSelect

Declaration
bool AllowMultiSelect { get; set; }
Property Value
Type Description
System.Boolean

ClientValues

Declaration
string ClientValues { get; }
Property Value
Type Description
System.String

ClientValuesId

Declaration
string ClientValuesId { get; }
Property Value
Type Description
System.String

ContainerId

Declaration
string ContainerId { get; }
Property Value
Type Description
System.String

GridId

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

SelectedCount

Declaration
int SelectedCount { get; }
Property Value
Type Description
System.Int32

ServerValues

Declaration
string ServerValues { get; }
Property Value
Type Description
System.String

ServerValuesId

Declaration
string ServerValuesId { get; }
Property Value
Type Description
System.String

UpdateElementId

Declaration
string UpdateElementId { get; }
Property Value
Type Description
System.String

Events

ValueChange

Declaration
event ValueChangedEventHandler ValueChange
Event Type
Type Description
ValueChangedEventHandler