DataSourceGroup.IsDefault Property

Definition

When overridden in a derived class, gets the value indicating whether this group is the default group.

public:
 abstract property bool IsDefault { bool get(); };
public abstract bool IsDefault { get; }
member this.IsDefault : bool
Public MustOverride ReadOnly Property IsDefault As Boolean

Property Value

true if this group is the default group; otherwise, false.

Applies to