←Select platform

RemoveEmptyItem Property

Summary

Indicates whether to remove the item if it did not have previous data.

Syntax
C#
VB
C++
public bool RemoveEmptyItem { get; set; } 
Public Property RemoveEmptyItem() As Boolean 
   Get 
   Set 
public:  
   property bool RemoveEmptyItem 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to remove the item if it did not have previous data, otherwise, false. Default value is false.

Remarks

The detailed description refer to ItemError.

Example

For an example, refer to ItemError.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly