| GridColumnOwnerID Property  | 
          
        
        
        
            Gets the value of the ClientID property of the GridTableView 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)
Syntaxpublic virtual string OwnerID { get; }Public Overridable ReadOnly Property OwnerID As String
	Get
public:
virtual property String^ OwnerID {
	String^ get ();
}abstract OwnerID : string with get
override OwnerID : string with get
Property Value
Type: 
String
            The return value of this property is a 
string,
            representing the clientID of the GridTableView, which contains the column. This is the
            ClientID of the grid instance, followed by "_" and another string, representing the
            place of the container in the control hierarchy. For the MainView, the default
            OwnerID for a column will look like: "KaxGrid1_ctl01".
            
See Also