Gets whether to show field settings button to be able to display settings popup.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsFieldRuntimeSettingsAvailable { get; protected set; }
Visual Basic
Public Property IsFieldRuntimeSettingsAvailable As Boolean
	Get
	Protected Set
JScript
function get IsFieldRuntimeSettingsAvailable () : boolean
protected function set IsFieldRuntimeSettingsAvailable (value : boolean)

See Also