SqlDesignerDataSourceView.CanSort Property

Definition

Gets a value indicating whether the DataSourceView object that is associated with the current DataSourceControl object supports a sorted view on the underlying data source.

public:
 virtual property bool CanSort { bool get(); };
public override bool CanSort { get; }
member this.CanSort : bool
Public Overrides ReadOnly Property CanSort As Boolean

Property Value

true if a sorted view on the underlying data source is supported; otherwise, false.

Applies to

See also