←Select platform

HasItems Property

Summary

Gets a value that indicate whether this viewer has any items.

Syntax

C#
VB
C++
public bool HasItems { get; } 
Public ReadOnly Property HasItems() As Boolean 
   Get 
public:  
   property bool HasItems 
   { 
      bool get() 
   } 

Property Value

true if this viewer has any items (the "count" value of Items is greater than 0), otherwise; false.

Remarks

Use this property to quickly check if this viewer has items.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly