smartDBforms.NET API Reference

BaseSmartDBControl.AdHocProperties Property

Collection of named adhoc properties, used to pass custom information to the underlying template. The interpretation of the information is up to the template implementation.

[Visual Basic]
Public ReadOnly Property AdHocProperties As NameItemCollection<ItemType>
[C#]
public NameItemCollection<ItemType> AdHocProperties {get;}

See Also

BaseSmartDBControl Class | Adillis.SmartDBForms Namespace