Table of Contents

Class BindingGetSelectSourceMethodAttribute

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public sealed class BindingGetSelectSourceMethodAttribute : Attribute
Inheritance
BindingGetSelectSourceMethodAttribute
Inherited Members
Extension Methods

Constructors

BindingGetSelectSourceMethodAttribute(string)

public BindingGetSelectSourceMethodAttribute(string methodName)

Parameters

methodName string

Properties

MethodName

public string MethodName { get; }

Property Value

string