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

FilterItemDefinition..::..IsFixed Property

Gets a value indicating whether this instance is fixed.

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

Syntax


public bool IsFixed { get; set; }
Public Property IsFixed As Boolean
	Get
	Set
public:
property bool^ IsFixed {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance is fixed; otherwise, false.