Table of Contents

Class PropertyGrid

Namespace
HeBianGu.Control.PropertyGrid
Assembly
HeBianGu.Control.PropertyGrid.dll

自定义导航框架

public class PropertyGrid : ItemsControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild, IPropertyGridOption
Inheritance
PropertyGrid
Implements
Derived
Inherited Members
Extension Methods

Constructors

PropertyGrid()

public PropertyGrid()

Fields

BottomContentProperty

public static readonly DependencyProperty BottomContentProperty

Field Value

DependencyProperty

CloseRoutedEvent

public static readonly RoutedEvent CloseRoutedEvent

Field Value

RoutedEvent

ExceptPropertyNamesProperty

public static readonly DependencyProperty ExceptPropertyNamesProperty

Field Value

DependencyProperty

FilterProperty

public static readonly DependencyProperty FilterProperty

Field Value

DependencyProperty

MapperProperty

public static readonly DependencyProperty MapperProperty

Field Value

DependencyProperty

MessageWidthProperty

public static readonly DependencyProperty MessageWidthProperty

Field Value

DependencyProperty

SelectObjectProperty

public static readonly DependencyProperty SelectObjectProperty

Field Value

DependencyProperty

SumitRoutedEvent

public static readonly RoutedEvent SumitRoutedEvent

Field Value

RoutedEvent

TitleProperty

public static readonly DependencyProperty TitleProperty

Field Value

DependencyProperty

UseArrayProperty

public static readonly DependencyProperty UseArrayProperty

Field Value

DependencyProperty

UseAsyncProperty

public static readonly DependencyProperty UseAsyncProperty

Field Value

DependencyProperty

UseBoolenProperty

public static readonly DependencyProperty UseBoolenProperty

Field Value

DependencyProperty

UseClassProperty

public static readonly DependencyProperty UseClassProperty

Field Value

DependencyProperty

UseCommandOnlyProperty

public static readonly DependencyProperty UseCommandOnlyProperty

Field Value

DependencyProperty

UseCommandProperty

public static readonly DependencyProperty UseCommandProperty

Field Value

DependencyProperty

UseDateTimeProperty

public static readonly DependencyProperty UseDateTimeProperty

Field Value

DependencyProperty

UseDeclaredOnlyProperty

public static readonly DependencyProperty UseDeclaredOnlyProperty

Field Value

DependencyProperty

UseDisplayerProperty

public static readonly DependencyProperty UseDisplayerProperty

Field Value

DependencyProperty

UseEnumProperty

public static readonly DependencyProperty UseEnumProperty

Field Value

DependencyProperty

UseEnumeratorProperty

public static readonly DependencyProperty UseEnumeratorProperty

Field Value

DependencyProperty

UseGroupNamesProperty

public static readonly DependencyProperty UseGroupNamesProperty

Field Value

DependencyProperty

UseGroupProperty

public static readonly DependencyProperty UseGroupProperty

Field Value

DependencyProperty

UseInterfaceProperty

public static readonly DependencyProperty UseInterfaceProperty

Field Value

DependencyProperty

UseNullProperty

public static readonly DependencyProperty UseNullProperty

Field Value

DependencyProperty

UseOrderByNameProperty

public static readonly DependencyProperty UseOrderByNameProperty

Field Value

DependencyProperty

UseOrderByTypeProperty

public static readonly DependencyProperty UseOrderByTypeProperty

Field Value

DependencyProperty

UseOrderProperty

public static readonly DependencyProperty UseOrderProperty

Field Value

DependencyProperty

UsePresenterProperty

public static readonly DependencyProperty UsePresenterProperty

Field Value

DependencyProperty

UsePrimitiveProperty

public static readonly DependencyProperty UsePrimitiveProperty

Field Value

DependencyProperty

UsePropertyNamesProperty

public static readonly DependencyProperty UsePropertyNamesProperty

Field Value

DependencyProperty

UsePropertyViewProperty

public static readonly DependencyProperty UsePropertyViewProperty

Field Value

DependencyProperty

UseStringProperty

public static readonly DependencyProperty UseStringProperty

Field Value

DependencyProperty

UseTypeConverterOnlyProperty

public static readonly DependencyProperty UseTypeConverterOnlyProperty

Field Value

DependencyProperty

UseTypeConverterProperty

public static readonly DependencyProperty UseTypeConverterProperty

Field Value

DependencyProperty

ValueChangedRoutedEvent

public static readonly RoutedEvent ValueChangedRoutedEvent

Field Value

RoutedEvent

Properties

BottomContent

public object BottomContent { get; set; }

Property Value

object

ClearlyKey

public static ComponentResourceKey ClearlyKey { get; }

Property Value

ComponentResourceKey

CommandIconKey

public static ComponentResourceKey CommandIconKey { get; }

Property Value

ComponentResourceKey

CommandKey

public static ComponentResourceKey CommandKey { get; }

Property Value

ComponentResourceKey

CommandMouseOverKey

public static ComponentResourceKey CommandMouseOverKey { get; }

Property Value

ComponentResourceKey

ControlKey

public static ComponentResourceKey ControlKey { get; }

Property Value

ComponentResourceKey

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

DialogKey

public static ComponentResourceKey DialogKey { get; }

Property Value

ComponentResourceKey

ExceptPropertyNames

public string ExceptPropertyNames { get; set; }

Property Value

string

Filter

public Predicate<PropertyInfo> Filter { get; set; }

Property Value

Predicate<PropertyInfo>

LightKey

public static ComponentResourceKey LightKey { get; }

Property Value

ComponentResourceKey

Mapper

public Func<PropertyInfo, object, IPropertyItem> Mapper { get; set; }

Property Value

Func<PropertyInfo, object, IPropertyItem>

MessageWidth

[TypeConverter(typeof(LengthConverter))]
public double MessageWidth { get; set; }

Property Value

double

PreviewIconKey

public static ComponentResourceKey PreviewIconKey { get; }

Property Value

ComponentResourceKey

Result

public bool Result { get; set; }

Property Value

bool

SelectObject

public object SelectObject { get; set; }

Property Value

object

SettingKey

public static ComponentResourceKey SettingKey { get; }

Property Value

ComponentResourceKey

SingleKey

public static ComponentResourceKey SingleKey { get; }

Property Value

ComponentResourceKey

SumitCloseKey

public static ComponentResourceKey SumitCloseKey { get; }

Property Value

ComponentResourceKey

SumitKey

public static ComponentResourceKey SumitKey { get; }

Property Value

ComponentResourceKey

Title

public string Title { get; set; }

Property Value

string

TransitionKey

public static ComponentResourceKey TransitionKey { get; }

Property Value

ComponentResourceKey

UseArray

public bool UseArray { get; set; }

Property Value

bool

UseAsync

public bool UseAsync { get; set; }

Property Value

bool

UseBoolen

public bool UseBoolen { get; set; }

Property Value

bool

UseClass

public bool UseClass { get; set; }

Property Value

bool

UseCommand

public bool UseCommand { get; set; }

Property Value

bool

UseCommandOnly

public bool UseCommandOnly { get; set; }

Property Value

bool

UseDateTime

public bool UseDateTime { get; set; }

Property Value

bool

UseDeclaredOnly

public bool UseDeclaredOnly { get; set; }

Property Value

bool

UseDisplayer

public bool UseDisplayer { get; set; }

Property Value

bool

UseEnum

public bool UseEnum { get; set; }

Property Value

bool

UseEnumerator

public bool UseEnumerator { get; set; }

Property Value

bool

UseGroup

public bool UseGroup { get; set; }

Property Value

bool

UseGroupNames

public string UseGroupNames { get; set; }

Property Value

string

UseInterface

public bool UseInterface { get; set; }

Property Value

bool

UseNull

public bool UseNull { get; set; }

Property Value

bool

UseOrder

public bool UseOrder { get; set; }

Property Value

bool

UseOrderByName

public bool UseOrderByName { get; set; }

Property Value

bool

UseOrderByType

public bool UseOrderByType { get; set; }

Property Value

bool

UsePresenter

public bool UsePresenter { get; set; }

Property Value

bool

UsePrimitive

public bool UsePrimitive { get; set; }

Property Value

bool

UsePropertyNames

public string UsePropertyNames { get; set; }

Property Value

string

UsePropertyView

public bool UsePropertyView { get; set; }

Property Value

bool

UseString

public bool UseString { get; set; }

Property Value

bool

UseTypeConverter

public bool UseTypeConverter { get; set; }

Property Value

bool

UseTypeConverterOnly

public bool UseTypeConverterOnly { get; set; }

Property Value

bool

Methods

ModelState(out List<string>)

public bool ModelState(out List<string> errors)

Parameters

errors List<string>

Returns

bool

OnClose()

protected void OnClose()

OnSumit()

protected void OnSumit()

OnValueChanged(Tuple<IPropertyItem, object>)

protected void OnValueChanged(Tuple<IPropertyItem, object> tuple)

Parameters

tuple Tuple<IPropertyItem, object>

RefreshObject()

public virtual void RefreshObject()

RefreshObjectinternal()

protected void RefreshObjectinternal()

Show<T>(T, Action<PropertyGrid>)

public static Task<bool> Show<T>(T value, Action<PropertyGrid> builder)

Parameters

value T
builder Action<PropertyGrid>

Returns

Task<bool>

Type Parameters

T

Show<T>(T, Predicate<T>, string, Action<PropertyGrid>, ComponentResourceKey)

显示蒙版

public static Task<bool> Show<T>(T value, Predicate<T> match = null, string title = null, Action<PropertyGrid> builder = null, ComponentResourceKey key = null)

Parameters

value T
match Predicate<T>
title string
builder Action<PropertyGrid>
key ComponentResourceKey

Returns

Task<bool>

Type Parameters

T

Show<T>(T, string, Action<PropertyGrid>)

public static Task<bool> Show<T>(T value, string title, Action<PropertyGrid> builder)

Parameters

value T
title string
builder Action<PropertyGrid>

Returns

Task<bool>

Type Parameters

T

TransitionSumit()

public void TransitionSumit()

TrySumit(out string)

public bool TrySumit(out string message)

Parameters

message string

Returns

bool

Events

Close

public event RoutedEventHandler Close

Event Type

RoutedEventHandler

Sumit

public event RoutedEventHandler Sumit

Event Type

RoutedEventHandler

ValueChanged

public event RoutedEventHandler ValueChanged

Event Type

RoutedEventHandler