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

FieldDefinition..::..CanFormatValue Property

Gets a value indicating whether this instance can format value.

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

Syntax


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

Field Value

true if this instance can format value; otherwise, false.