C1.Silverlight.FlexGrid.5 Assembly > C1.Util Namespace : Util Class |
For a list of all members of this type, see Util members.
Name | Description | |
---|---|---|
CancelBindings | Removes all bindings from an element and its children, effectively canceling any edits made using the element. | |
CloneBinding | Creates a clone of a given binding. | |
ContainsFocus | Gets a value that determines whether an element or any of its children contains the focus. | |
CreatePolygon | Creates a polygon (used to create sort and tree glyphs). | |
GetBindingExpression | Returns the BindingExpression associated with an editor. | |
GetChildrenOfType<T> | Gets an element's children of a given type. | |
GetEquivalentCulture | Gets a System.Globalization.CultureInfo to match a given System.Windows.Markup.XmlLanguage. | |
GetFirstChildOfType<T> | Gets an element's first child of a given type. | |
GetParentOfType<T> | Gets an element's first ancestor of a given type. | |
GetPosition | Similar to e.GetPosition, but works in zoomed popups. | |
GetValueFromBindings | Returns the current value on a binding source so caller can update the target explicitly (because Silverlight doesn't have binding.UpdateTarget) | |
IsPrimitive | Gets whether a type is a primitive type or a string. | |
PositionPopup | Position a popup below a FrameworkElement. | |
SetBindingValidation | Turns validation on or off for a new given binding. | |
SetFocus | Attempts to set the focus to a given control. | |
UpdateBindingSource | Updates the binding source for an editor cell (without waiting for it to lose focus). |