Selection column id.
Namespace: DayPilot.Web.Ui.EventsAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Resource property instead.")] public string ColumnId { get; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use Resource property instead.")> _ Public ReadOnly Property ColumnId As String Get |
| Visual C++ |
|---|
public: [ObsoleteAttribute(L"Use Resource property instead.")] property String^ ColumnId { String^ get (); } |