or
<telerik:RadDocking x:Name="radDocking1" BorderThickness="0" Padding="0" Grid.Row="1" Background="WhiteSmoke"> <telerik:RadDocking.DocumentHost > <telerik:RadSplitContainer > <telerik:RadPaneGroup > <telerik:RadDocumentPane Name="ActualContent" Title="Visualizer " CanFloat="False" CanUserClose="False" >I had tried couple of possible Templates however, I could not succeed.
Telerik.Windows.Controls.GridView.DistinctValuesFilterDescriptor DistinctFilter;
Telerik.Windows.Controls.GridView.MemberColumnFilterDescriptor filter;
Telerik.Windows.Controls.GridView.FieldFilterDescriptor FieldFilter;
public
Telerik.Windows.Controls.GridView.DistinctValuesFilterDescriptor DistinctFilter;
// Does not type in namespace
public
Telerik.Windows.Controls.GridView.MemberColumnFilterDescriptor filter;
// Does not type in namespace
public
Telerik.Windows.Controls.GridView.FieldFilterDescriptor FieldFilter;
// Does not type in namespace
public
Telerik.Windows.Data.FilterOperator x ;
public
Telerik.Windows.Data.FilterCompositionLogicalOperator x ;
private
void
SetLabelStyle() {
FrameworkElement label =
this
.GetTemplateChild(
"PART_Label"
)
as
FrameworkElement;
if
(label !=
null
&&
this
.ParentForm !=
null
&&
this
.ParentForm.LabelStyle !=
null
) {
label.Style =
this
.ParentForm.LabelStyle;
}
}
private
void
SetLabelStyle() {
FrameworkElement label =
this
.GetTemplateChild(
"PART_Label"
)
as
FrameworkElement;
if
(label !=
null
&&
this
.ParentForm !=
null
&&
this
.ParentForm.LabelStyle !=
null
&&
this
.ParentForm.LabelStyle.TargetType.IsCompatibleWith(label.GetType())) {
label.Style =
this
.ParentForm.LabelStyle;
}
}