Visual Basic (Declaration) | |
---|---|
Public Property CustomActions As List(Of K2MenuItem) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2ColumnHeader Dim value As List(Of K2MenuItem) instance.CustomActions = value value = instance.CustomActions |
C# | |
---|---|
public List<K2MenuItem> CustomActions {get; set;} |
C++/CLI | |
---|---|
public: property List<K2MenuItem^>^ CustomActions { List<K2MenuItem^>^ get(); void set ( List<K2MenuItem^>^ value); } |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2