Click or drag to resize
ButtonLocation Enumeration
Specifies the location for buttons that provide access to additional functionality within a data provider.

Namespace: Colygon.MatchPoint.Core.DataProviders
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
[FlagsAttribute]
public enum ButtonLocation
Members
  Member nameValueDescription
Ribbon1Buttons are displayed within the Web Part ribbon.
WebPart2Buttons are displayed within the Web Part itself.
See Also