Table of Contents

Class BindingGetSelectSourcePropertyAttribute

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

Constructors

BindingGetSelectSourcePropertyAttribute(string)

public BindingGetSelectSourcePropertyAttribute(string propertyName)

Parameters

propertyName string

Properties

PropertyName

public string PropertyName { get; }

Property Value

string