DataBinder.CanExtend

Determines whether a control can be extended. Basically we allow ANYTHING to be extended so all controls except the databinder itself are extendable.

Optionally the control can be set up to not act as an extender in which case the IsExtender property can be set to false

public sealed bool CanExtend(object extendee)

Parameters

extendee


See also:

Class DataBinder

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