TcxCustomFilterControl.Nullstring Property
Specifies the initial text displayed within a new condition.
Declaration
property Nullstring: string read; write;
Property Value
Type |
---|
string |
Remarks
Use the Nullstring property to specify the text to be displayed as a comparison value after a new condition is added to a filter control. The Nullstring property is initialized with the ‘<empty>’ value when creating an instance of the TcxCustomFilterControl object.
See Also