public int[] PopupColumnLengths { get; }
Public ReadOnly Property PopupColumnLengths As Integer()
Get
public:
virtual property array<int>^ PopupColumnLengths {
array<int>^ get () sealed;
}
abstract PopupColumnLengths : int[] with get
override PopupColumnLengths : int[] with get