Intersoft WebCombo Documentation
AlwaysShowAllRowsOnDropdown Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : AlwaysShowAllRowsOnDropdown Property






Determines whether or not to display all rows when dropdown arrow is clicked. Determines whether or not to display all rows when dropdown arrow is clicked.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Determines whether or not to display all rows when dropdown arrow is clicked.")>
Public Property AlwaysShowAllRowsOnDropdown As Boolean
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Boolean
 
instance.AlwaysShowAllRowsOnDropdown = value
 
value = instance.AlwaysShowAllRowsOnDropdown
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether or not to display all rows when dropdown arrow is clicked.")]
public bool AlwaysShowAllRowsOnDropdown {get; set;}
Delphi 
public read-write property AlwaysShowAllRowsOnDropdown: Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Determines whether or not to display all rows when dropdown arrow is clicked.")
public function get,set AlwaysShowAllRowsOnDropdown : boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether or not to display all rows when dropdown arrow is clicked.")]
public: __property bool get_AlwaysShowAllRowsOnDropdown();
public: __property void set_AlwaysShowAllRowsOnDropdown( 
   bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Determines whether or not to display all rows when dropdown arrow is clicked.")]
public:
property bool AlwaysShowAllRowsOnDropdown {
   bool get();
   void set (    bool value);
}

Remarks

This behavior allows filtering to be turned off easily when there is selected value and dropdown arrow is clicked. Note that AdditionalFilter will still take affect and DropDownRows property will be accounted.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.