[]
Provides a FilterBarInfo class that represents information about the filter bar in the Spread component.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FilterBar : ISerializable, ISerializeSupport, INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class FilterBar
Implements ISerializable, ISerializeSupport, INotifyPropertyChanged
Name | Description |
---|---|
Cells | Gets the FarPoint.Win.Spread.FilterBarCellCollection object of the filter bar. |
DefaultStyle | Gets or sets the default style information for the filter bar items in the filter bar. |
DefaultStyleName | Gets or sets the name of the default style for the filter bar. |
Height | Gets or sets the filter bar height. |
HorizontalGridLine | Gets or sets the GridLine object for the horizontal grid line in the filter bar. |
VerticalGridLine | Gets or sets the GridLine object for the vertical grid line in the filter bar. |
Name | Description |
---|---|
FirePropertyChanged(string) | Fires the PropertyChanged event. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |