| Name | Description |
 | CreateDataBindingCopy | For internal use. |
 | CreateSame | Creates instance of object same type as current RenderObject object. |
 | GetAmbientPropValueForChild | Gets the value of a child's ambient style property. |
 | GetAssignChildren | Override this method and return false if you want manually copy of children objects for this object. This method returns true by default. |
 | GetDataBindingForChild | Returns the C1.C1Preview.DataBinding.C1DataBinding object for a specified child object. |
 | GetDefaultClip | Gets the default value for the Clip property. |
 | GetDefaultFlags | Gets the default value for the Flags property. |
 | GetDefaultHeight | Gets the default value for the Height property. |
 | GetDefaultSplitHorzBehavior | Gets the default value for the SplitHorzBehavior property. |
 | GetDefaultSplitVertBehavior | Gets the default value for the SplitVertBehavior property. |
 | GetDefaultWidth | Gets the default value for the Width property. |
 | GetDocumentLocationDescription | Returns a human-readable textual description of the location of the current object in the document. |
 | GetFlag | Returns the value of flag. The object has private field: private int _flags; This field can be used for storing various boolean properties (CanSplitHorz, CanSplitVert etc), for example CanSplitHorz property defined as: public bool CanSplitHorz { get { return GetFlag(c_flgCanSplitVert); } set { SetFlag(c_flgCanSplitVert, value); } } |
 | GetHeight | Override this method to perform additional actions when value of the Height property of object is being read. |
 | GetNonAmbientPropValueForChild | Gets the value of a child's non-ambient style property. |
 | GetProcessChildrenWhenDataBindingResolved | Indicates whether to automatically process data binding on child objects. The default implementation returns true, override it and return false if custom child data binding processing is required. |
 | GetWidth | Override this method to perform additional actions when value of the Width property of object is being read. |
 | InitRenderObject | Performs some initializations. |
 | InternalResetLayoutDimensions | For internal use only. |
 | InternalResolveCalculatedValues | Resolves the values of calculated fields of object. |
 | InternalResolveStyles | Resolves the calculated values of object's style. |
 | InternalResolvingFinished | This method is called once after the current RenderObject has been fully resolved. At the time of the call all RenderFragment objects a built and placed on their pages. Override it to perform custom processing at that time. |
 | OnMainFragmentBuilt | This method is called once for each object, override it to perform custom initialization. |
 | ResolveChildrenDataBinding | Internal use only. |
 | SetFlag | Sets value of flag. |
 | SetHeight | Override this method to perform additional actions when value of the Height property of object is being defined. |
 | SetSplitHorzBehavior | Override this method to perform additional actions when value of the SplitHorzBehavior property of object is being defined. |
 | SetSplitVertBehavior | Override this method to perform additional actions when value of the SplitVertBehavior property of object is being defined. |
 | SetWidth | Override this method to perform additional actions when value of the Width property of object is being defined. |
 | ShouldSerializeChildren | Tests whether the Children property should be serialized. |
 | ShouldSerializeClip | Tests whether the Clip property should be serialized. |
 | ShouldSerializeFlags | Tests whether the Flags property should be serialized. |
 | ShouldSerializeHeight | Tests whether the Height property should be serialized. |
 | ShouldSerializeName | Tests whether the Name property should be serialized. |
 | ShouldSerializeSplitHorzBehavior | Tests whether the SplitHorzBehavior property should be serialized. |
 | ShouldSerializeSplitVertBehavior | Tests whether the SplitVertBehavior property should be serialized. |
 | ShouldSerializeStyle | Tests whether the Style property should be serialized. |
 | ShouldSerializeWidth | Tests whether the Width property should be serialized. |
 | ShouldSerializeX | Tests whether the X property should be serialized. |
 | ShouldSerializeY | Tests whether the Y property should be serialized. |