AppointmentDomElements Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IList<string> DomElements { get; }
Public ReadOnly Property DomElements As IList(Of String)
Get
public:
property IList<String^>^ DomElements {
IList<String^>^ get ();
}
member DomElements : IList<string> with get
Property Value
Type:
IListString
See Also