WidthSensitivity Property
In This Topic
Gets or sets a value indicating whether the data is width sensitive.
- Default. The width sensitivity setting should be autoderived by querying the data provider. Defaults to False if the data provider does not support that method.
- Data in this data set is width sensitive.
- Data in this data set is width insensitive.
Syntax
'Declaration
Public Property WidthSensitivity As TriState
public TriState WidthSensitivity {get; set;}
See Also