Class PropertyTabControl
- Namespace
- HeBianGu.Control.PropertyGrid
- Assembly
- HeBianGu.Control.PropertyGrid.dll
public class PropertyTabControl : TabControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
PropertyTabControl
- Implements
- Inherited Members
- Extension Methods
Constructors
PropertyTabControl()
public PropertyTabControl()
Fields
FilterProperty
public static readonly DependencyProperty FilterProperty
Field Value
MapperProperty
public static readonly DependencyProperty MapperProperty
Field Value
SelectObjectProperty
public static readonly DependencyProperty SelectObjectProperty
Field Value
SelectedTabItemProperty
public static readonly DependencyProperty SelectedTabItemProperty
Field Value
Properties
Filter
public Predicate<PropertyInfo> Filter { get; set; }
Property Value
Mapper
public Func<PropertyInfo, object, IPropertyItem> Mapper { get; set; }
Property Value
OfficeKey
public static ComponentResourceKey OfficeKey { get; }
Property Value
SelectObject
public object SelectObject { get; set; }
Property Value
SelectedTabItem
public PropertyTabItem SelectedTabItem { get; set; }
Property Value
Methods
RefreshObject(object)
protected void RefreshObject(object o)
Parameters
o
object