Intersoft WebGrid Documentation
FilterRowStyle Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : FilterRowStyle Property






The style applied to the filter row.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("The style applied to the filter row.")>
<NotifyParentPropertyAttribute(True)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property FilterRowStyle As WebGridFormatStyle
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As WebGridFormatStyle
 
instance.FilterRowStyle = value
 
value = instance.FilterRowStyle
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The style applied to the filter row.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public WebGridFormatStyle FilterRowStyle {get; set;}
Delphi 
public read-write property FilterRowStyle: WebGridFormatStyle; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("The style applied to the filter row.")
NotifyParentPropertyAttribute()
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DefaultValueAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get,set FilterRowStyle : WebGridFormatStyle
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The style applied to the filter row.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property WebGridFormatStyle* get_FilterRowStyle();
public: __property void set_FilterRowStyle( 
   WebGridFormatStyle* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("The style applied to the filter row.")]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property WebGridFormatStyle^ FilterRowStyle {
   WebGridFormatStyle^ get();
   void set (    WebGridFormatStyle^ value);
}

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

Reference

LayoutSet Class
LayoutSet Members

Concepts

Rich User Interface Elements
Rich Styles

©2012 Intersoft Solutions Corp. All Rights Reserved.