Table of Contents

Interface IPropertyGridOption

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface IPropertyGridOption
Extension Methods

Properties

ExceptPropertyNames

string ExceptPropertyNames { get; set; }

Property Value

string

Filter

Predicate<PropertyInfo> Filter { get; set; }

Property Value

Predicate<PropertyInfo>

HorizontalAlignment

HorizontalAlignment HorizontalAlignment { get; set; }

Property Value

HorizontalAlignment

Margin

Thickness Margin { get; set; }

Property Value

Thickness

MessageWidth

double MessageWidth { get; set; }

Property Value

double

MinWidth

double MinWidth { get; set; }

Property Value

double

Padding

Thickness Padding { get; set; }

Property Value

Thickness

SelectObject

object SelectObject { get; set; }

Property Value

object

Title

string Title { get; set; }

Property Value

string

UseArray

bool UseArray { get; set; }

Property Value

bool

UseAsync

bool UseAsync { get; set; }

Property Value

bool

UseBoolen

bool UseBoolen { get; set; }

Property Value

bool

UseClass

bool UseClass { get; set; }

Property Value

bool

UseCommand

bool UseCommand { get; set; }

Property Value

bool

UseCommandOnly

bool UseCommandOnly { get; set; }

Property Value

bool

UseDateTime

bool UseDateTime { get; set; }

Property Value

bool

UseDeclaredOnly

bool UseDeclaredOnly { get; set; }

Property Value

bool

UseDisplayer

bool UseDisplayer { get; set; }

Property Value

bool

UseEnum

bool UseEnum { get; set; }

Property Value

bool

UseEnumerator

bool UseEnumerator { get; set; }

Property Value

bool

UseGroup

bool UseGroup { get; set; }

Property Value

bool

UseGroupNames

string UseGroupNames { get; set; }

Property Value

string

UseInterface

bool UseInterface { get; set; }

Property Value

bool

UseNull

bool UseNull { get; set; }

Property Value

bool

UseOrder

bool UseOrder { get; set; }

Property Value

bool

UseOrderByName

bool UseOrderByName { get; set; }

Property Value

bool

UseOrderByType

bool UseOrderByType { get; set; }

Property Value

bool

UsePresenter

bool UsePresenter { get; set; }

Property Value

bool

UsePrimitive

bool UsePrimitive { get; set; }

Property Value

bool

UsePropertyNames

string UsePropertyNames { get; set; }

Property Value

string

UsePropertyView

bool UsePropertyView { get; set; }

Property Value

bool

UseString

bool UseString { get; set; }

Property Value

bool

UseTypeConverter

bool UseTypeConverter { get; set; }

Property Value

bool

UseTypeConverterOnly

bool UseTypeConverterOnly { get; set; }

Property Value

bool

VerticalAlignment

VerticalAlignment VerticalAlignment { get; set; }

Property Value

VerticalAlignment

Width

double Width { get; set; }

Property Value

double