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

LookupColumnBase..::..DesignText Property

Gets or sets the text to put into this column's cell for all rows in the ListView when in design mode.

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

Syntax


public string DesignText { get; set; }
Public Property DesignText As String
	Get
	Set
public:
property String^ DesignText {
	String^ get ();
	void set (String^ value);
}

Field Value

The design text.