RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindFilterCellProps Constructor

Initializes a new instance of the AdvancedFindFilterCellProps class.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public AdvancedFindFilterCellProps(
	DataEntryGridRow row,
	int columnId,
	string text,
	AdvancedFilterReturn filter
)
Public Sub New ( _
	row As DataEntryGridRow, _
	columnId As Integer, _
	text As String, _
	filter As AdvancedFilterReturn _
)
public:
AdvancedFindFilterCellProps(
	DataEntryGridRow^ row, 
	int^ columnId, 
	String^ text, 
	AdvancedFilterReturn^ filter
)

Parameters

row
Type: DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.
text
Type: String
The text.
filter
Type: RingSoft.DbLookup.TableProcessing..::..AdvancedFilterReturn
The filter.