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

FieldDefinition..::..SkipPrint Property

Gets a value indicating whether [skip print].

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

Syntax


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

Field Value

true if [skip print]; otherwise, false.