KaxDateInputGetProperties Method (Attribute) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
Public Overridable Function GetProperties (
attributes As Attribute()
) As PropertyDescriptorCollection
public:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
)
abstract GetProperties :
attributes : Attribute[] -> PropertyDescriptorCollection
override GetProperties :
attributes : Attribute[] -> PropertyDescriptorCollection
Parameters
- attributes
- Type: SystemAttribute
Return Value
Type:
PropertyDescriptorCollectionImplements
ICustomTypeDescriptorGetProperties(Attribute)See Also