DataBinder.IsExtender

Determines whether this control works as an Extender object to other controls on the form. In some situations it might be useful to disable the extender functionality such as when all databinding is driven through code or when using the IDataBinder interface with custom designed controls that have their own DataBinder objects.

public bool IsExtender { get; set; }

See also:

Class DataBinder

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic