Table of Contents

Class TextPropertyItem

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll
public class TextPropertyItem : ObjectPropertyItem<string>, INotifyPropertyChanged, IDisplayer, IPropertyItem, IDataErrorInfo
Inheritance
TextPropertyItem
Implements
Derived
Inherited Members
Extension Methods

Constructors

TextPropertyItem(PropertyInfo, object)

public TextPropertyItem(PropertyInfo property, object obj)

Parameters

property PropertyInfo
obj object

Properties

TextWrapping

说明

public TextWrapping TextWrapping { get; set; }

Property Value

TextWrapping

UseClear

说明

public bool UseClear { get; set; }

Property Value

bool

Methods

GetValue()

protected override string GetValue()

Returns

string

IsIConvertible(PropertyInfo)

public static bool IsIConvertible(PropertyInfo info)

Parameters

info PropertyInfo

Returns

bool

IsTypeConverter(PropertyInfo)

public static bool IsTypeConverter(PropertyInfo info)

Parameters

info PropertyInfo

Returns

bool