[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterBar

FilterBar Class

Provides a FilterBarInfo class that represents information about the filter bar in the Spread component.

Inheritance
FilterBar
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class FilterBar : ISerializable, ISerializeSupport, INotifyPropertyChanged
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class FilterBar
    Implements ISerializable, ISerializeSupport, INotifyPropertyChanged

Properties

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.

Methods

Name Description
FirePropertyChanged(string)

Fires the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.