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

LookupContextBase..::..AdvancedFindFilters Property

Gets or sets the advanced find filters.

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

Syntax


public TableDefinition<AdvancedFindFilter> AdvancedFindFilters { get; set; }
Public Property AdvancedFindFilters As TableDefinition(Of AdvancedFindFilter)
	Get
	Set
public:
property TableDefinition<AdvancedFindFilter^>^ AdvancedFindFilters {
	TableDefinition<AdvancedFindFilter^>^ get ();
	void set (TableDefinition<AdvancedFindFilter^>^ value);
}

Field Value

The advanced find filters.