TableCellControlBuilder.AllowWhitespaceLiterals Method

Definition

Specifies whether white space literals are allowed.

public:
 override bool AllowWhitespaceLiterals();
public override bool AllowWhitespaceLiterals ();
override this.AllowWhitespaceLiterals : unit -> bool
Public Overrides Function AllowWhitespaceLiterals () As Boolean

Returns

false.

Remarks

The AllowWhitespaceLiterals method overrides the ControlBuilder.AllowWhitespaceLiterals method to ignore white space in the TableCell control.

Applies to

See also