Show / Hide Table of Contents

Interface ISelectionControl

Internal ... Used by selection item to allow the parent control to get selected state of the control that implements it

Namespace: Votations.NSurvey.WebControls.UI
Assembly: SurveyProject.WebControls.dll
Syntax
public interface ISelectionControl

Properties

Selected

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

UniqueID

Declaration
string UniqueID { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX