I am using the Sass Themebuilder and trying to change the color of the TileLayout header text. It doesn't seem to be affected by the "Header text" property but instead by the "Component text".
As a workaround, you can add the Class parameter of the TileLayout and pass a custom CSS class to make the cascading of styles easier. As a quick reference, I have made a small sample, where I have changed the color of the headers to green:
<style>.myTileLayout.k-tilelayout.k-tilelayout-item-header.k-card-title {
color: green;
}
</style><TelerikTileLayoutColumns="3"ColumnWidth="200px"RowHeight="150px"Resizable="true"Reorderable="true"Class="myTileLayout"><TileLayoutItems><TileLayoutItemHeaderText="Panel 1"><Content>Regular sized first panel.</Content></TileLayoutItem><TileLayoutItemHeaderText="Panel 2"><Content>You can put components in the tiles too.</Content></TileLayoutItem><TileLayoutItemHeaderText="Panel 3"RowSpan="3"><Content>This tile is three rows tall.</Content></TileLayoutItem><TileLayoutItemHeaderText="Panel 4"RowSpan="2"ColSpan="2"><Content>This tile is two rows tall and two columns wide</Content></TileLayoutItem></TileLayoutItems></TelerikTileLayout>
Regards,
Svetoslav Dimitrov
Progress Telerik
Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).