GridColumnOwnerGridID Property |
Gets the value of the ClientID property of the KaxGrid instance that owns this column. This property value is used by grid's client object
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual string OwnerGridID { get; }
Public Overridable ReadOnly Property OwnerGridID As String
Get
public:
virtual property String^ OwnerGridID {
String^ get ();
}
abstract OwnerGridID : string with get
override OwnerGridID : string with get
Property Value
Type:
StringSee Also