GridColumnIsBoundToFieldName Method |
This method returns true if the column is bound to the specified field
name.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual bool IsBoundToFieldName(
string name
)
Public Overridable Function IsBoundToFieldName (
name As String
) As Boolean
public:
virtual bool IsBoundToFieldName(
String^ name
)
abstract IsBoundToFieldName :
name : string -> bool
override IsBoundToFieldName :
name : string -> bool
Parameters
- name
- Type: SystemString
Return Value
Type:
BooleanSee Also