File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
projects/igniteui-angular/src/lib/grids/filtering/excel-style Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,16 @@ export class IgxGridExcelStyleFilteringComponent extends BaseFilteringComponent
221221
222222 /**
223223 * Gets the minimum height.
224+ *
225+ * Setting value in template:
226+ * ```ts
227+ * [minHeight]="'<number><unit (px|rem|etc..)>'"
228+ * ```
229+ *
230+ * Example for setting a value:
231+ * ```ts
232+ * [minHeight]="'700px'"
233+ * ```
224234 */
225235 @Input ( )
226236 public get minHeight ( ) : string {
@@ -248,6 +258,16 @@ export class IgxGridExcelStyleFilteringComponent extends BaseFilteringComponent
248258
249259 /**
250260 * Gets the maximum height.
261+ *
262+ * Setting value in template:
263+ * ```ts
264+ * [maxHeight]="'<number><unit (px|rem|etc..)>'"
265+ * ```
266+ *
267+ * Example for setting a value:
268+ * ```ts
269+ * [maxHeight]="'700px'"
270+ * ```
251271 */
252272 @Input ( )
253273 @HostBinding ( 'style.max-height' )
You can’t perform that action at this time.
0 commit comments