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

DbMaintenanceDataEntryGridRow<(Of <(<'TEntity>)>)>..::..IsFixed Property

Gets or sets a value indicating whether this instance is fixed.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.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.