DefaultCollectionView.xml
3.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<ViewName>Default</ViewName>
<Collection FormGuid="cddd4c25-da1e-45d4-ab4b-0250a22ce940">
<XtraSerializer version="1.0" application="GridControl">
<property name="#LayoutVersion" isnull="true" />
<property name="$GridControl" iskey="true" value="GridControl">
<property name="View" isnull="true" iskey="true">
<property name="AutoWidth">true</property>
<property name="ColumnChooserState" isnull="true" iskey="true">
<property name="Location">604,-21</property>
<property name="Size">220,250</property>
</property>
<property name="AllowGrouping">true</property>
<property name="AllowSorting">true</property>
<property name="LinesPerRowMode">OneLineMode</property>
<property name="IsRowCellMenuEnabled">true</property>
</property>
<property name="TotalSummary" iskey="true" value="0" />
<property name="GroupSummary" iskey="true" value="0" />
<property name="GroupCount">0</property>
<property name="SortInfo" iskey="true" value="2">
<property name="Item1" isnull="true" iskey="true">
<property name="FieldName">Status</property>
<property name="SortOrder">Ascending</property>
</property>
<property name="Item2" isnull="true" iskey="true">
<property name="FieldName">Name</property>
<property name="SortOrder">Ascending</property>
</property>
</property>
<property name="Columns" iskey="true" value="4">
<property name="Item1" isnull="true" iskey="true">
<property name="Visible">true</property>
<property name="VisibleIndex">0</property>
<property name="FieldName">T</property>
</property>
<property name="Item2" isnull="true" iskey="true">
<property name="ColumnFilterMode">Value</property>
<property name="AutoFilterCondition">Equals</property>
<property name="FieldName">Id</property>
<property name="VisibleIndex">1</property>
<property name="Name">Country_Id</property>
<property name="Visible">false</property>
<property name="Width">40</property>
<property name="ActualWidth">5*</property>
</property>
<property name="Item3" isnull="true" iskey="true">
<property name="ColumnFilterMode">DisplayText</property>
<property name="AutoFilterCondition">Contains</property>
<property name="FieldName">Name</property>
<property name="VisibleIndex">1</property>
<property name="Name">Country_Name</property>
<property name="Visible">true</property>
<property name="ActualWidth">60*</property>
</property>
<property name="Item4" isnull="true" iskey="true">
<property name="ColumnFilterMode">DisplayText</property>
<property name="AutoFilterCondition">Contains</property>
<property name="FieldName">Status</property>
<property name="VisibleIndex">2</property>
<property name="Name">Country_Status</property>
<property name="Visible">true</property>
<property name="ActualWidth">37*</property>
</property>
</property>
<property name="GroupSummarySortInfo" iskey="true" value="0" />
</property>
</XtraSerializer>
</Collection>
</settings>