KaxComboBoxDataContext Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public Dictionary<string, Object> Context { get; set; }
Public Property Context As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Context {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Context : Dictionary<string, Object> with get, set
Property Value
Type:
DictionaryString,
ObjectSee Also