This is a migrated thread and some comments may be shown as answers.

about DefaultHeaderedContentControlStyle

1 Answer 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Zane
Top achievements
Rank 1
Zane asked on 08 Nov 2010, 09:16 AM

Can anybody give me the DefaultHeaderedContentControlStyle?

I found it in demo:

        <telerikQuickStart:HeaderedContentControl  HorizontalAlignment="Center" VerticalAlignment="Center" Header="MaskType - None:"
   Style="{StaticResource DefaultHeaderedContentControlStyle}"
   telerikQuickStart:ThemeAwareBackgroundBehavior.IsEnabled="True">
            <StackPanel Margin="10">
                <TextBlock Text="No mask:" />
                <telerik:RadMaskedTextBox MaskType="None" Margin="0,4,0,10" Width="210"/>

                <TextBlock Text="Watermark:" />
                <telerik:RadMaskedTextBox EmptyContent="This is a watermark text" MaskType="None" Margin="0,4,0,10" Width="210"/>

                <TextBlock Text="Simple RegEx:" />
                <telerik:RadMaskedTextBox EmptyContent="Enter digits only" MaskType="None"
                            ValueChanging="RadMaskedTextBox_ValueChanging" Margin="0,4,0,0" Width="210"/>
            </StackPanel>
        </telerikQuickStart:HeaderedContentControl>

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 11 Nov 2010, 08:54 AM
Hi Zane,

Please have a look at the attached sample and let us know if you need further assistance.

Regards,
Tina Stancheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Zane
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or