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

AdvancedFilterParenthesesCellProps Constructor (DataEntryGridRow, Int32, String, Char)

Initializes a new instance of the AdvancedFilterParenthesesCellProps class.

Namespace:  RingSoft.DbLookup.AdvancedFind
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public AdvancedFilterParenthesesCellProps(
	DataEntryGridRow row,
	int columnId,
	string text,
	char limitChar
)
Public Sub New ( _
	row As DataEntryGridRow, _
	columnId As Integer, _
	text As String, _
	limitChar As Char _
)
public:
AdvancedFilterParenthesesCellProps(
	DataEntryGridRow^ row, 
	int^ columnId, 
	String^ text, 
	wchar_t^ limitChar
)

Parameters

row
Type: DataEntryGridRow
The row.
columnId
Type: Int32
The column identifier.
text
Type: String
The text.
limitChar
Type: Char
The limit character.