Class AutoColumnPagedDataGrid
- Namespace
- HeBianGu.Control.PagedDataGrid
- Assembly
- HeBianGu.Control.PagedDataGrid.dll
public class AutoColumnPagedDataGrid : PagedDataGrid, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
AutoColumnPagedDataGrid
- Implements
- Inherited Members
- Extension Methods
Constructors
AutoColumnPagedDataGrid()
public AutoColumnPagedDataGrid()
Fields
BindingPathProperty
public static readonly DependencyProperty BindingPathProperty
Field Value
CloseRoutedEvent
public static readonly RoutedEvent CloseRoutedEvent
Field Value
DataGridLengthProperty
public static readonly DependencyProperty DataGridLengthProperty
Field Value
ModelTypeProperty
public static readonly DependencyProperty ModelTypeProperty
Field Value
SumitRoutedEvent
public static readonly RoutedEvent SumitRoutedEvent
Field Value
TitleProperty
public static readonly DependencyProperty TitleProperty
Field Value
Properties
BindingPath
public string BindingPath { get; set; }
Property Value
DataGridLength
public DataGridLength DataGridLength { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
DialogKey
public static ComponentResourceKey DialogKey { get; }
Property Value
HomeColumns
public ObservableCollection<DataGridColumn> HomeColumns { get; }
Property Value
ModelType
public Type ModelType { get; set; }
Property Value
Result
public bool Result { get; set; }
Property Value
SumitKey
public static ComponentResourceKey SumitKey { get; }
Property Value
Title
public string Title { get; set; }
Property Value
Methods
GenerateColunms()
protected virtual void GenerateColunms()
GetDataGridColumn(PropertyInfo)
public DataGridColumn GetDataGridColumn(PropertyInfo propertyInfo)
Parameters
propertyInfo
PropertyInfo
Returns
OnAutoGeneratedColumns(EventArgs)
Raises the AutoGeneratedColumns event.
protected override void OnAutoGeneratedColumns(EventArgs e)
Parameters
e
EventArgsThe data for the event.
OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs)
Raises the AutoGeneratingColumn event.
protected override void OnAutoGeneratingColumn(DataGridAutoGeneratingColumnEventArgs e)
Parameters
e
DataGridAutoGeneratingColumnEventArgsThe data for the event.
OnClose()
protected void OnClose()
OnDataSourceChanged()
protected override void OnDataSourceChanged()
OnInitialized(EventArgs)
Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally.
protected override void OnInitialized(EventArgs e)
Parameters
e
EventArgsThe RoutedEventArgs that contains the event data.
OnMouseDoubleClick(MouseButtonEventArgs)
Raises the MouseDoubleClick routed event.
protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgsThe event data.
OnSumit()
protected void OnSumit()
ShowSource<T>(T, Predicate<T>, string, Action<DataGrid>, ComponentResourceKey, int)
显示蒙版
public static Task<bool> ShowSource<T>(T value, Predicate<T> match = null, string title = null, Action<DataGrid> builder = null, ComponentResourceKey key = null, int layerIndex = 0) where T : IList
Parameters
value
Tmatch
Predicate<T>title
stringbuilder
Action<DataGrid>key
ComponentResourceKeylayerIndex
int
Returns
Type Parameters
T
Events
Close
public event RoutedEventHandler Close
Event Type
Sumit
public event RoutedEventHandler Sumit