MobileCapabilities Class


ASP.NET Mobile Controls
CanRenderEmptySelects Property

Indicates whether a device can render empty select markup language statements.

public virtual bool CanRenderEmptySelects {
   get
}

Remarks

This property returns true if the device can render empty select markup language statements such as:

<select multiple size="4" name="list1"></select>.  

If false for a device, the markup won't be generated. The default is true.

See Also

Applies to: MobileCapabilities Class

Page view tracker